summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-07-06 22:48:31 +0200
committerHampusM <hampus@hampusmat.com>2026-07-06 22:48:31 +0200
commitb4e8793d7ccea40da275affae00446775fa752ee (patch)
tree5d905e539c37221af1d36fb9ce5015eee13e0dd1 /Cargo.toml
parentdadf2f2e6036dd8045ecb07f61e0d089469779f9 (diff)
feat: enable ANSI support on Windows
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dce43ca..4eaf692 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,3 +22,6 @@ tracing = { version = "0.1.39", features = ["max_level_trace", "release_max_leve
[dependencies.tracing-subscriber]
version = "0.3.17"
features = ["env-filter", "chrono", "tracing-log"]
+
+[target.'cfg(windows)'.dependencies]
+nu-ansi-term = "0.50.3"