diff options
author | Ben Bridle <ben@derelict.engineering> | 2025-04-27 12:32:51 +1200 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2025-04-27 12:32:51 +1200 |
commit | 2fbbf2d13ecb4de3d270ccfa3b61489f5fa51a91 (patch) | |
tree | 6f6851357b6d87a0f5b6e29722f1f127cd002e1d /Cargo.toml | |
parent | 3d5d1f7a19436151ba1dd52a2b50664969d90db6 (diff) | |
download | log-2fbbf2d13ecb4de3d270ccfa3b61489f5fa51a91.zip |
Replace ansi library with inked library
The new inked library correctly handles coloured text on Windows, and
allows colours to be disabled with the NO_COLOR environment variable.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ version = "1.1.2" edition = "2021" [dependencies] -ansi = { git = "git://benbridle.com/ansi", tag = "v1.0.0" } +inked = { git = "git://benbridle.com/inked", tag = "v1.0.0" } |