diff options
author | Nick Gerace <nickagerace@gmail.com> | 2020-04-08 22:30:51 -0400 |
---|---|---|
committer | Nick Gerace <nickagerace@gmail.com> | 2020-04-08 22:30:51 -0400 |
commit | 6f7e2da7bcdf93f8be679ce3474b69ac82f78616 (patch) | |
tree | a429168497d7fd771ffe0520163a43e0542935bc /Cargo.toml | |
parent | 5d2201b14d9a51bc3c0641d28cd3b241266388d7 (diff) | |
download | gfold-6f7e2da7bcdf93f8be679ce3474b69ac82f78616.zip |
Add base contents
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 10 |
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 |