From 125fd67c96196ba77ea802f26d64acb4e13ddea7 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 18 Apr 2024 13:26:17 -0400 Subject: troll --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..fea1f15 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "trollify" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +clap = { version = "4", features = ["derive"] } +serde = { version = "1", features = ["derive"] } +lazy_static = "1" +regex = "1" -- cgit v1.2.3-freya