diff options
author | NerdyPepper <[email protected]> | 2019-07-09 18:42:07 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-07-09 18:42:07 +0100 |
commit | b2751b9c02229dd71302c19bae4fe505738a0dfc (patch) | |
tree | ad12bf057fb0b5037d59231efcf643b223ed5e39 | |
parent | 88a44a14d2cf1a2ab5a09754ccd74232e7613a5d (diff) |
add colored submodule, update path deps
-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 | |||