From 0d37aec7ac6282659faf5d80b95a4f853ac0b61a Mon Sep 17 00:00:00 2001 From: Tropical <42101043+Tropix126@users.noreply.github.com> Date: Fri, 12 Jul 2024 22:05:02 -0400 Subject: [PATCH] chore: add `cargo-v5` metadata --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 20f8785..ef9d45f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,5 +5,11 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +# These fields configure default behavior for uploads with `cargo v5`. +[package.metadata.v5] +slot = 1 +icon = "cool-x" +compress = true + [dependencies] vexide = "0.2.1"