pull/161/merge
Dmitry Skorobogaty 5 days ago committed by GitHub
commit 4a06a2fbb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save