Dmitry Skorobogaty 2 weeks ago committed by GitHub
commit cc0152c64d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,7 +22,11 @@ tokio = { workspace = true, features = [
"signal",
] }
{% if program_types_with_opts contains program_type -%}
clap = { workspace = true, features = ["derive"] }
clap = { workspace = true, default-features = false, features = [
"derive",
"help",
"usage"
] }
{% endif -%}
[build-dependencies]

Loading…
Cancel
Save