diff options
author | Freya Murphy <freya@freyacat.org> | 2024-04-18 13:26:17 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-04-18 13:26:17 -0400 |
commit | 125fd67c96196ba77ea802f26d64acb4e13ddea7 (patch) | |
tree | 3b5ed42d9e479bdf22e9f230e8dddb78c56defbc /Cargo.toml | |
download | trollify-125fd67c96196ba77ea802f26d64acb4e13ddea7.tar.gz trollify-125fd67c96196ba77ea802f26d64acb4e13ddea7.tar.bz2 trollify-125fd67c96196ba77ea802f26d64acb4e13ddea7.zip |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
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" |