1
0
mirror of https://github.com/fluencelabs/asmble synced 2025-03-31 09:31:03 +00:00
2017-11-29 16:42:12 -06:00

10 lines
109 B
TOML

[package]
name = "rust_regex"
version = "0.1.0"
[lib]
crate-type = ["cdylib"]
[dependencies]
regex = "0.2"