From eb280a903f8f20d0b0c0ef5acae955a20929d100 Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Wed, 6 Jan 2021 16:36:46 +0000 Subject: Create Chewed, the consumer crate. --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ae907a5..f25ec0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" authors = ["Greg Brown "] edition = "2018" +[workspace] +members = ["chewed"] + [dependencies] quote = "1.0.7" @@ -14,3 +17,6 @@ features = ["span-locations"] [dependencies.syn] version = "1.0.48" features = ["extra-traits"] + +[dev-dependencies] +chewed = {path = "chewed"} -- cgit v1.2.3