diff options
| author | HampusM <hampus@hampusmat.com> | 2026-07-06 22:48:31 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-07-06 22:48:31 +0200 |
| commit | b4e8793d7ccea40da275affae00446775fa752ee (patch) | |
| tree | 5d905e539c37221af1d36fb9ce5015eee13e0dd1 /Cargo.toml | |
| parent | dadf2f2e6036dd8045ecb07f61e0d089469779f9 (diff) | |
feat: enable ANSI support on Windows
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |
