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

@ -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