enable default features for clap in the bin crate member

pull/161/head
Skorobogaty Dmitry 3 days ago
parent 608b6910e2
commit 97f640883f
No known key found for this signature in database
GPG Key ID: 46B290E986B754D8

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

Loading…
Cancel
Save