Enable feature "clap/deprecated"

This commit is contained in:
Cyril Plisko 2023-08-09 16:16:04 +03:00
parent 595b713b89
commit 74eb59bee3

View file

@ -18,7 +18,7 @@ librqbit = {path="../librqbit", default-features=false}
dht = {path="../dht"}
tokio = {version = "1", features = ["macros", "rt-multi-thread"]}
anyhow = "1"
clap = {version = "4", features = ["derive"]}
clap = {version = "4", features = ["derive", "deprecated"]}
log = "0.4"
pretty_env_logger = "0.4"
regex = "1"