summaryrefslogtreecommitdiff
path: root/rust-nom/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust-nom/Cargo.toml')
-rw-r--r--rust-nom/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/rust-nom/Cargo.toml b/rust-nom/Cargo.toml
new file mode 100644
index 0000000..772dcbd
--- /dev/null
+++ b/rust-nom/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "example"
+version = "0.0.0"
+
+[dependencies]
+nom = "~7"
+
+[[bin]]
+name = "example"
+path = "example.rs"