From 353719bbd622d308df2a51dcdb1b4e51f2da16ca Mon Sep 17 00:00:00 2001 From: 53hornet Date: Wed, 6 Oct 2021 11:41:41 -0400 Subject: feat: init impl --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..23b990b --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "tarpit" +version = "0.1.0" +edition = "2018" + +[dependencies.async-std] +version = "1" +features = ["attributes"] + +[dependencies.anyhow] +version = "1" -- cgit v1.2.3