summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-04-02 00:45:49 -0400
committerMatan Kushner <hello@matchai.me>2019-04-02 00:45:49 -0400
commit41ee54933bd2820b1ba97726514f785f1ac73824 (patch)
tree1d7fea41b4ffc43bbcf000bdcfeaa86c0071e5e9 /Cargo.lock
parent4e1ae0662234bca85837fe136d0ab997b917c835 (diff)
Start working on char color for status
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ba27c589a..317dfe258 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -57,6 +57,7 @@ dependencies = [
name = "starship"
version = "0.1.0"
dependencies = [
+ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
]