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. --- chewed/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 chewed/Cargo.toml (limited to 'chewed/Cargo.toml') diff --git a/chewed/Cargo.toml b/chewed/Cargo.toml new file mode 100644 index 0000000..87053bc --- /dev/null +++ b/chewed/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "chewed" +version = "0.1.0" +authors = ["Greg Brown "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3