mirror of
https://github.com/RGBCube/watt
synced 2025-08-03 11:27:47 +00:00
main: use yansi::whenever
This commit is contained in:
parent
058ef997c6
commit
a514f1ba7a
3 changed files with 24 additions and 2 deletions
|
@ -19,5 +19,5 @@ thiserror = "2.0"
|
|||
anyhow = "1.0"
|
||||
jiff = "0.2.13"
|
||||
clap-verbosity-flag = "3.0.2"
|
||||
yansi = "1.0.1"
|
||||
yansi = { version = "1.0.1", features = ["detect-env", "detect-tty"] }
|
||||
derive_more = { version = "2.0.1", features = ["full"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue