diff options
-rw-r--r-- | Cargo.toml | 10 | ||||
m--------- | colored | 0 |
2 files changed, 5 insertions, 5 deletions
@@ -13,8 +13,8 @@ license = "MIT" | |||
13 | 13 | ||
14 | 14 | ||
15 | [dependencies] | 15 | [dependencies] |
16 | tico = "1.0.0" | 16 | tico = "1.0.0" |
17 | libc = "0.2.55" | 17 | libc = "0.2.55" |
18 | colored = { git = "https://github.com/JoshMcguigan/colored", rev = "740434a8b6142b9e50e92679950da98840763949"} | 18 | git2 = "0.8.0" |
19 | git2 = "0.8.0" | 19 | clap = "2.33.0" |
20 | clap = "2.33.0" | 20 | colored = { path = "./colored" } |
diff --git a/colored b/colored new file mode 160000 | |||
Subproject be3db6bc974d47c6abbae4d0f593c572961b3a0 | |||