removed colored library, using nu-ansi-term now

This commit is contained in:
2025-11-09 21:54:22 +01:00
parent bb82dad4cf
commit f7a1f84730
5 changed files with 55 additions and 42 deletions

View File

@@ -12,7 +12,6 @@ exclude = [".gitlab", ".github"]
[dependencies]
bytes = "1.4.0"
clap = { version = "4.1.8", features = ["derive"] }
colored = "2.0.0"
futures = "0.3.26"
home = "0.5.4"
live-server = "0.6.0"
@@ -23,3 +22,4 @@ text_io = "0.1.12"
tokio = { version = "1.26.0", features = ["full"] }
zip-extract = "0.1.1"
clap_complete = "4.1.4"
nu-ansi-term = "0.50.3"