summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 4 insertions, 7 deletions
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 <gmb60@cam.ac.uk>"]
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"}