|
|
@ -5,8 +5,8 @@ edition = "2021"
|
|
|
|
publish = false
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
[dependencies]
|
|
|
|
aya = { git="https://github.com/aya-rs/aya", features=["async_tokio"] }
|
|
|
|
aya = { git = "https://github.com/aya-rs/aya", features = ["async_tokio"] }
|
|
|
|
aya-log = { git="https://github.com/aya-rs/aya" }
|
|
|
|
aya-log = { git = "https://github.com/aya-rs/aya" }
|
|
|
|
{% if program_types_with_opts contains program_type -%}
|
|
|
|
{% if program_types_with_opts contains program_type -%}
|
|
|
|
clap = { version = "4.1", features = ["derive"] }
|
|
|
|
clap = { version = "4.1", features = ["derive"] }
|
|
|
|
{% endif -%}
|
|
|
|
{% endif -%}
|
|
|
|