aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2022-09-06 20:40:09 +0200
committeromagdy7 <omar.professional8777@gmail.com>2022-09-06 20:40:09 +0200
commitd608f1749f26279772cfde92d8224c46d0c6e556 (patch)
tree4f5a44c04d7b012f5556acb79c88c34aa83c2c2a /Cargo.toml
downloadgof-rs-d608f1749f26279772cfde92d8224c46d0c6e556.tar.xz
gof-rs-d608f1749f26279772cfde92d8224c46d0c6e556.zip
Made that you could quit whilist animating
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..3e36dcb
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "gof-rs"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+colored = "2.0.0"
+crossterm = "0.25.0"
+rand = "0.8.5"