Skip to content

Commit

Permalink
style: improve Cargo.toml output formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp committed Jul 29, 2024
1 parent 8a996ca commit fdffcc0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

{% if crate_type == "bin" %}
# These fields configure default behavior for uploads with `cargo v5`.
[package.metadata.v5]
{% if slot != "none" %}
slot = {{ slot }}
{% endif %}
{% if slot != "none" %}slot = {{ slot }}{% endif %}
icon = "{{ icon }}"
compress = true
{% endif %}

[dependencies]
vexide = "0.3.0"

0 comments on commit fdffcc0

Please sign in to comment.