From b2751b9c02229dd71302c19bae4fe505738a0dfc Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Tue, 9 Jul 2019 23:12:07 +0530 Subject: add colored submodule, update path deps --- Cargo.toml | 10 +++++----- colored | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) create mode 160000 colored diff --git a/Cargo.toml b/Cargo.toml index 1b983a9..a3b0dac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ license = "MIT" [dependencies] -tico = "1.0.0" -libc = "0.2.55" -colored = { git = "https://github.com/JoshMcguigan/colored", rev = "740434a8b6142b9e50e92679950da98840763949"} -git2 = "0.8.0" -clap = "2.33.0" +tico = "1.0.0" +libc = "0.2.55" +git2 = "0.8.0" +clap = "2.33.0" +colored = { path = "./colored" } diff --git a/colored b/colored new file mode 160000 index 0000000..be3db6b --- /dev/null +++ b/colored @@ -0,0 +1 @@ +Subproject commit be3db6bc974d47c6abbae4d0f593c572961b3a0c -- cgit v1.2.3