generated from PlexSheep/baserepo
chore: add clap derive feature
cargo devel CI / cargo CI (push) Successful in 2m6s
Details
cargo devel CI / cargo CI (push) Successful in 2m6s
Details
This commit is contained in:
parent
3fd04a695d
commit
a92f5f308d
|
@ -13,7 +13,7 @@ keywords.workspace = true
|
||||||
categories.workspace = true
|
categories.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "4.5.7"
|
clap = { version = "4.5.7", features = ["derive"] }
|
||||||
comfy-table = "7.1.1"
|
comfy-table = "7.1.1"
|
||||||
console = "0.15.8"
|
console = "0.15.8"
|
||||||
dialoguer = "0.11.0"
|
dialoguer = "0.11.0"
|
||||||
|
|
Reference in New Issue