diff options
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 |