From 9c99752758bd38edb8bc322c4dd5b9c1b595c5e2 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 28 Jan 2022 01:24:54 +0000 Subject: [PATCH] Add Cargo.toml --- Cargo.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..4522fea --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,22 @@ +[package] +name = "uwuifyy" +version = "0.1.0" +edition = "2021" +authors = ["Goudham "] +description = "A robust, customizable, efficient and easy-to-use command line application to uwu'ify your text!" +license = "MIT" +readme = "README.md" +repository = "https://github.com/sgoudham/uwuifyy" +homepage = "https://github.com/sgoudham/uwuifyy" +keywords = ["cli", "uwu", "owo", "uwuify", "anime"] +categories = ["command-line-utilities"] + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +clap = { version = "3.0.10", features = ["derive"] } +rand = "0.8.4" +rand_seeder = "0.2.2" +rand_pcg = "0.3.1" +indicatif = "0.16.2" +linkify = "0.8.0" \ No newline at end of file