From 0d01692c97ea8ca6fc4b229e5b9678cb252bceda Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Sat, 9 Jan 2021 14:31:02 +0000 Subject: Introduce chomp as a procedural macro. Add a bunch of tests. Fix chomp and chewed so autochomp compiles. --- autochomp/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'autochomp/Cargo.toml') 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 "] edition = "2018" -[build-dependencies] -chomp = {path = ".."} - [build-dependencies.syn] version = "1" features = ["extra-traits"] [dependencies] chewed = {path = "../chewed"} +chomp-macro = {path = "../chomp-macro"} -- cgit v1.2.3