diff options
Diffstat (limited to 'build/rust/nom/Cargo.toml')
-rw-r--r-- | build/rust/nom/Cargo.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/build/rust/nom/Cargo.toml b/build/rust/nom/Cargo.toml new file mode 100644 index 0000000000..7a69aa23c1 --- /dev/null +++ b/build/rust/nom/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "nom" +version = "6.99.99" +edition = "2018" +license = "MPL-2.0" + +[lib] +path = "lib.rs" + +[dependencies.nom] +version = "7" +default-features = false + +[features] +std = ["nom/std"] |