diff options
Diffstat (limited to 'autochomp/Cargo.toml')
-rw-r--r-- | autochomp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autochomp/Cargo.toml b/autochomp/Cargo.toml index 5c323bc..6250332 100644 --- a/autochomp/Cargo.toml +++ b/autochomp/Cargo.toml @@ -6,13 +6,13 @@ edition = "2018" [dev-dependencies] criterion = "0.3.3" -proc-macro2 = "1.0.24" syn = "1.0.58" [dependencies] chewed = {path = "../chewed"} chomp = {path = "../"} chomp-macro = {path = "../chomp-macro"} +proc-macro2 = "1.0.24" [[bench]] name = "parse" |