From 45d2e305b71e2f89fb319fb59f1fa742cfc6bbbd Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Tue, 16 Feb 2021 12:47:44 +0000 Subject: Fix broken `chomp-macro` tests. --- chomp-macro/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chomp-macro') 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 "] edition = "2018" +[dev-dependencies] +chewed = {path = "../chewed"} + [dependencies] chomp = {path = ".."} -- cgit v1.2.3