added no-color, fixing the previous issue again

This commit is contained in:
Данила Горнушко 2024-06-03 15:10:05 +03:00
parent 6ead611a52
commit fbd151db6f
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -264,6 +264,7 @@ version = "1.0.0"
dependencies = [
"chrono",
"clap",
"colored",
"crc",
"ctrlc",
"enable-ansi-support",

View file

@ -15,3 +15,4 @@ clap = { version = "4.5", features = ["derive"] }
ctrlc = "3.4"
crc = "3.2"
textplots = "0.8"
colored = { version = "2.1", features = ["no-color"] }