1
Fork 0
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:
RGBCube 2025-05-21 00:37:10 +03:00
parent 058ef997c6
commit a514f1ba7a
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
3 changed files with 24 additions and 2 deletions

View file

@ -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"] }