fix: clap-verbosity-flag dependency

This commit is contained in:
DarkCat09 2025-01-09 18:24:58 +04:00
parent fd25b49cff
commit a067515b25
Signed by: DarkCat09
GPG key ID: BD3CE9B65916CD82
2 changed files with 12 additions and 0 deletions

View file

@ -31,3 +31,4 @@ tokio = { version = "1.28.2", features = ["full"] }
ufmt = { version = "0.2.0", features = ["std"] }
futures-util = { version = "0.3.30", features = ["tokio-io"] }
snafu = "0.8.5"
clap-verbosity-flag = "3.0.2"