summaryrefslogtreecommitdiff
path: root/chomp-macro
diff options
context:
space:
mode:
Diffstat (limited to 'chomp-macro')
-rw-r--r--chomp-macro/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/chomp-macro/Cargo.toml b/chomp-macro/Cargo.toml
index ae6df66..0fcea2c 100644
--- a/chomp-macro/Cargo.toml
+++ b/chomp-macro/Cargo.toml
@@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Greg Brown <gmb60@cam.ac.uk>"]
edition = "2018"
+[dev-dependencies]
+chewed = {path = "../chewed"}
+
[dependencies]
chomp = {path = ".."}