aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-05-19 13:54:47 +0100
committerNerdyPepper <[email protected]>2019-05-19 13:54:47 +0100
commite39bc3110eeda9aa07f8af3c537486edf885a51a (patch)
treea244ff8a286dedcd68158bc255f87c38c439064c
parent572b0a18839d2d91660ecf0ac83d29f3e52bfd6c (diff)
add deps
-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..95bd849
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
1[package]
2name = "prompt"
3version = "0.1.0"
4authors = ["NerdyPepper <[email protected]>"]
5edition = "2018"
6
7[dependencies]
8lazy_static = "1.3.0"
9tico = "1.0.0"
10libc = "0.2.55"
11colored = "1.8.0"