added no-color, fixing the previous issue again
This commit is contained in:
parent
6ead611a52
commit
fbd151db6f
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -264,6 +264,7 @@ version = "1.0.0"
|
|||
dependencies = [
|
||||
"chrono",
|
||||
"clap",
|
||||
"colored",
|
||||
"crc",
|
||||
"ctrlc",
|
||||
"enable-ansi-support",
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue