aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-01-29 16:56:23 +0000
committerAkshay <[email protected]>2022-01-29 16:56:23 +0000
commit28b78e2cdc43fd8d0dbf35c3c79cf1b048f73f75 (patch)
tree08a90f4c7a566d4e8b8d40e04acd601c4596a789 /Cargo.toml
init
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..9c24663
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
1[package]
2name = "prompt"
3version = "0.1.0"
4edition = "2018"
5
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8[dependencies]
9tico = "1.0.0"
10git2 = "0.13.25"