summaryrefslogtreecommitdiff
path: root/autochomp/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'autochomp/Cargo.toml')
-rw-r--r--autochomp/Cargo.toml19
1 files changed, 0 insertions, 19 deletions
diff --git a/autochomp/Cargo.toml b/autochomp/Cargo.toml
deleted file mode 100644
index 6250332..0000000
--- a/autochomp/Cargo.toml
+++ /dev/null
@@ -1,19 +0,0 @@
-[package]
-name = "autochomp"
-version = "0.1.0"
-authors = ["Greg Brown <gmb60@cam.ac.uk>"]
-edition = "2018"
-
-[dev-dependencies]
-criterion = "0.3.3"
-syn = "1.0.58"
-
-[dependencies]
-chewed = {path = "../chewed"}
-chomp = {path = "../"}
-chomp-macro = {path = "../chomp-macro"}
-proc-macro2 = "1.0.24"
-
-[[bench]]
-name = "parse"
-harness = false