From fe2eac31d9dbec772796c3ea75be32e9cd01b810 Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Thu, 7 Jan 2021 12:44:06 +0000 Subject: Add first steps of AutoChomp --- autochomp/Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 autochomp/Cargo.toml (limited to 'autochomp/Cargo.toml') diff --git a/autochomp/Cargo.toml b/autochomp/Cargo.toml new file mode 100644 index 0000000..4e20c49 --- /dev/null +++ b/autochomp/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "autochomp" +version = "0.1.0" +authors = ["Greg Brown "] +edition = "2018" + +[build-dependencies] +chomp = {path = ".."} + +[build-dependencies.syn] +version = "1" +features = ["extra-traits"] + +[dependencies] +chewed = {path = "../chewed"} -- cgit v1.2.3