From 387959675cd53b3c75ad9b6215b07843f8c8f1d8 Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Tue, 11 May 2021 13:53:56 +0100 Subject: Rename autochomp to autonibble. --- autonibble/Cargo.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 autonibble/Cargo.toml (limited to 'autonibble/Cargo.toml') diff --git a/autonibble/Cargo.toml b/autonibble/Cargo.toml new file mode 100644 index 0000000..46fc075 --- /dev/null +++ b/autonibble/Cargo.toml @@ -0,0 +1,19 @@ +[package] +name = "autonibble" +version = "0.1.0" +authors = ["Greg Brown "] +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 -- cgit v1.2.3