Enable feature "clap/deprecated"
This commit is contained in:
parent
595b713b89
commit
74eb59bee3
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue