summaryrefslogtreecommitdiff
path: root/autochomp/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'autochomp/Cargo.toml')
-rw-r--r--autochomp/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/autochomp/Cargo.toml b/autochomp/Cargo.toml
index 4e20c49..6dfd491 100644
--- a/autochomp/Cargo.toml
+++ b/autochomp/Cargo.toml
@@ -4,12 +4,10 @@ version = "0.1.0"
authors = ["Greg Brown <gmb60@cam.ac.uk>"]
edition = "2018"
-[build-dependencies]
-chomp = {path = ".."}
-
[build-dependencies.syn]
version = "1"
features = ["extra-traits"]
[dependencies]
chewed = {path = "../chewed"}
+chomp-macro = {path = "../chomp-macro"}