Dmitry Skorobogaty 3 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", "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 = true, features = ["derive"] }
{% endif -%} {% endif -%}
[build-dependencies] [build-dependencies]

Loading…
Cancel
Save