diff options
author | Greg Brown <gmb60@cam.ac.uk> | 2021-02-06 13:37:03 +0000 |
---|---|---|
committer | Greg Brown <gmb60@cam.ac.uk> | 2021-02-06 13:37:03 +0000 |
commit | 51ec48e03b2e02be02ccb9826b4638d312df67b4 (patch) | |
tree | d284d34eea27e086658170fd3cc56999cfa931c0 /chomp-macro/Cargo.toml | |
parent | bd6d4e22a3980ff937ab3e2df48c064bdc2918bd (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.toml | 8 |
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 |