summaryrefslogtreecommitdiff
path: root/chomp-macro/Cargo.toml
diff options
context:
space:
mode:
authorGreg Brown <gmb60@cam.ac.uk>2021-02-06 13:37:03 +0000
committerGreg Brown <gmb60@cam.ac.uk>2021-02-06 13:37:03 +0000
commit51ec48e03b2e02be02ccb9826b4638d312df67b4 (patch)
treed284d34eea27e086658170fd3cc56999cfa931c0 /chomp-macro/Cargo.toml
parentbd6d4e22a3980ff937ab3e2df48c064bdc2918bd (diff)
Add `chomp-bench` crate so benchmarks can use a build script.
Diffstat (limited to 'chomp-macro/Cargo.toml')
-rw-r--r--chomp-macro/Cargo.toml8
1 files changed, 0 insertions, 8 deletions
diff --git a/chomp-macro/Cargo.toml b/chomp-macro/Cargo.toml
index 3bae0ef..ae6df66 100644
--- a/chomp-macro/Cargo.toml
+++ b/chomp-macro/Cargo.toml
@@ -11,13 +11,5 @@ chomp = {path = ".."}
version = "1.0.58"
features = ["parsing", "proc-macro"]
-[dev-dependencies]
-chewed = {path = "../chewed"}
-criterion = "0.3.3"
-
[lib]
proc_macro = true
-
-[[bench]]
-name = "json"
-harness = false