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. --- chomp-macro/Cargo.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 chomp-macro/Cargo.toml (limited to 'chomp-macro/Cargo.toml') diff --git a/chomp-macro/Cargo.toml b/chomp-macro/Cargo.toml new file mode 100644 index 0000000..bc8dce0 --- /dev/null +++ b/chomp-macro/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "chomp-macro" +version = "0.1.0" +authors = ["Greg Brown "] +edition = "2018" + +[dependencies] +chomp = {path = ".."} + +[dependencies.syn] +version = "1" +features = ["parsing", "proc-macro"] + +[dev-dependencies] +chewed = {path = "../chewed"} + +[lib] +proc_macro = true -- cgit v1.2.3