diff options
author | Greg Brown <gmb60@cam.ac.uk> | 2021-05-11 13:53:56 +0100 |
---|---|---|
committer | Greg Brown <gmb60@cam.ac.uk> | 2021-05-11 13:53:56 +0100 |
commit | 387959675cd53b3c75ad9b6215b07843f8c8f1d8 (patch) | |
tree | bc972c31a0b48f8fd8c9240465c8bd83e16f5258 /autochomp/Cargo.toml | |
parent | dfc08ff2c6580bbeb3951b223e0332546ba3b0d9 (diff) |
Rename autochomp to autonibble.
Diffstat (limited to 'autochomp/Cargo.toml')
-rw-r--r-- | autochomp/Cargo.toml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/autochomp/Cargo.toml b/autochomp/Cargo.toml deleted file mode 100644 index 6250332..0000000 --- a/autochomp/Cargo.toml +++ /dev/null @@ -1,19 +0,0 @@ -[package] -name = "autochomp" -version = "0.1.0" -authors = ["Greg Brown <gmb60@cam.ac.uk>"] -edition = "2018" - -[dev-dependencies] -criterion = "0.3.3" -syn = "1.0.58" - -[dependencies] -chewed = {path = "../chewed"} -chomp = {path = "../"} -chomp-macro = {path = "../chomp-macro"} -proc-macro2 = "1.0.24" - -[[bench]] -name = "parse" -harness = false |