From fdffcc0ea3bdab1765d96a2df990934f62b2adb4 Mon Sep 17 00:00:00 2001 From: doinkythederp Date: Sun, 28 Jul 2024 19:59:45 -0700 Subject: [PATCH] style: improve Cargo.toml output formatting --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9ae98ed..cf981a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"