enable ansi terminal on windows 10 cmd

This commit is contained in:
2022-03-28 22:29:45 +02:00
parent 7197c11586
commit 6c064a1dd8
3 changed files with 6 additions and 1 deletions

View File

@@ -23,4 +23,5 @@ same-file = "1"
warp = { version = "0.3.2", optional = true }
tokio = { version = "1.17.0", features = ["sync", "rt"], optional = true }
tokio-stream = { version = "0.1.8", features = ["sync"], optional = true }
webbrowser = { version = "0.6.0", optional = true }
webbrowser = { version = "0.6.0", optional = true }
ansi_term = "0.12.1"