summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNick Gerace <nickagerace@gmail.com>2020-04-08 22:30:51 -0400
committerNick Gerace <nickagerace@gmail.com>2020-04-08 22:30:51 -0400
commit6f7e2da7bcdf93f8be679ce3474b69ac82f78616 (patch)
treea429168497d7fd771ffe0520163a43e0542935bc /Cargo.toml
parent5d2201b14d9a51bc3c0641d28cd3b241266388d7 (diff)
downloadgfold-6f7e2da7bcdf93f8be679ce3474b69ac82f78616.zip
Add base contents
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..c982296
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "gfold"
+version = "0.1.0"
+authors = ["Nick Gerace <nickagerace@gmail.com>"]
+edition = "2018"
+
+[dependencies]
+clap = { git = "https://github.com/clap-rs/clap/" }
+colored = "1.9"
+git2 = "0.13" \ No newline at end of file