Skip to content

Commit

Permalink
Provide color choices via simplelog fork
Browse files Browse the repository at this point in the history
Waiting for Drakulix/simplelog.rs#72
to hopefully land. Meantime, use the fork.
  • Loading branch information
mrkline committed Mar 26, 2021
1 parent 3d18075 commit f37293c
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 141 deletions.
150 changes: 16 additions & 134 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions Cargo.toml
Expand Up @@ -13,6 +13,7 @@ incremental = true # Iterate faster
debug = true

[dependencies]
atty = "0.2"
anyhow = "1.0"
enum-map = "0.6"
fastcdc = "1.0"
Expand All @@ -37,8 +38,10 @@ version = "0.4"
features = ["serde"]

[dependencies.simplelog]
version = "0.7"
features = ["test"]
version = "0.10"
git = "https://github.com/mrkline/simplelog.rs"
branch = "optional-color"
features = ["test", "termcolor"]

[dependencies.zstd]
version = "0.5"
Expand Down

0 comments on commit f37293c

Please sign in to comment.