style: adds spaces around "=" in Cargo.toml

pull/89/head
Arindam Das 2 years ago committed by GitHub
parent 9f5332183d
commit 6756d5fc01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save