From 51ec48e03b2e02be02ccb9826b4638d312df67b4 Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Sat, 6 Feb 2021 13:37:03 +0000 Subject: Add `chomp-bench` crate so benchmarks can use a build script. --- chomp-macro/Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'chomp-macro/Cargo.toml') 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 -- cgit v1.2.3