aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1b983a9..a3b0dac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,8 +13,8 @@ license = "MIT"
13 13
14 14
15[dependencies] 15[dependencies]
16tico = "1.0.0" 16tico = "1.0.0"
17libc = "0.2.55" 17libc = "0.2.55"
18colored = { git = "https://github.com/JoshMcguigan/colored", rev = "740434a8b6142b9e50e92679950da98840763949"} 18git2 = "0.8.0"
19git2 = "0.8.0" 19clap = "2.33.0"
20clap = "2.33.0" 20colored = { path = "./colored" }