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 --- Cargo.toml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f25ec0c..ca41e36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,18 +5,15 @@ authors = ["Greg Brown "] edition = "2018" [workspace] -members = ["chewed"] +members = ["autochomp", "chewed"] [dependencies] -quote = "1.0.7" +quote = "1" [dependencies.proc-macro2] -version = "1.0.24" +version = "1" features = ["span-locations"] [dependencies.syn] -version = "1.0.48" +version = "1" features = ["extra-traits"] - -[dev-dependencies] -chewed = {path = "chewed"} -- cgit v1.2.3