Skip to content

Commit 2be5d90

Browse files
committed
add colored library dependency for ANSI color support
1 parent 9b9f02f commit 2be5d90

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Cargo.lock

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ tee = "0.1"
3131
tempdir = "0.3.7"
3232
xz2 = "0.1.6"
3333
chrono = "0.4.11"
34+
colored="1.9"
3435

3536
[dev-dependencies]
3637
quickcheck = "0.9.2"

0 commit comments

Comments
 (0)