diff options
Diffstat (limited to 'chomp-macro/Cargo.toml')
-rw-r--r-- | chomp-macro/Cargo.toml | 3 |
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 = ".."} |