aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-07-09 18:42:07 +0100
committerNerdyPepper <[email protected]>2019-07-09 18:42:07 +0100
commitb2751b9c02229dd71302c19bae4fe505738a0dfc (patch)
treead12bf057fb0b5037d59231efcf643b223ed5e39
parent88a44a14d2cf1a2ab5a09754ccd74232e7613a5d (diff)
add colored submodule, update path deps
-rw-r--r--Cargo.toml10
m---------colored0
2 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" }
diff --git a/colored b/colored
new file mode 160000
Subproject be3db6bc974d47c6abbae4d0f593c572961b3a0