summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-04-27 12:32:51 +1200
committerBen Bridle <ben@derelict.engineering>2025-04-27 12:32:51 +1200
commit2fbbf2d13ecb4de3d270ccfa3b61489f5fa51a91 (patch)
tree6f6851357b6d87a0f5b6e29722f1f127cd002e1d /Cargo.toml
parent3d5d1f7a19436151ba1dd52a2b50664969d90db6 (diff)
downloadlog-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2bc5b88..395def4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }