summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGreg Brown <gmb60@cam.ac.uk>2021-01-07 12:44:06 +0000
committerGreg Brown <gmb60@cam.ac.uk>2021-01-07 12:44:06 +0000
commitfe2eac31d9dbec772796c3ea75be32e9cd01b810 (patch)
treead0c0ad42ce986d3dd915512de8c18968194c15a /Cargo.toml
parenteb280a903f8f20d0b0c0ef5acae955a20929d100 (diff)
Add first steps of AutoChomp
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"}