mirror of
https://github.com/fluencelabs/asmble
synced 2025-03-31 09:31:03 +00:00
10 lines
109 B
TOML
10 lines
109 B
TOML
[package]
|
|
name = "rust_regex"
|
|
version = "0.1.0"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
regex = "0.2"
|