diff options
-rw-r--r-- | Cargo.toml | 11 |
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] | ||
2 | name = "prompt" | ||
3 | version = "0.1.0" | ||
4 | authors = ["NerdyPepper <[email protected]>"] | ||
5 | edition = "2018" | ||
6 | |||
7 | [dependencies] | ||
8 | lazy_static = "1.3.0" | ||
9 | tico = "1.0.0" | ||
10 | libc = "0.2.55" | ||
11 | colored = "1.8.0" | ||