mirror of
https://github.com/fluencelabs/asmble
synced 2025-04-03 02:51: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"
|