From c98b5114b4c5901ea00154723cdb384c89f3d5c6 Mon Sep 17 00:00:00 2001 From: "Spencer C. Imbleau" Date: Fri, 20 Oct 2023 23:43:00 -0400 Subject: [PATCH] build: added missing license and description --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 065ab2d..2618dbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,10 @@ [package] name = "bevy-key-rotation" +description = "Access and refresh token rotation for Bevy applications" +license = "MIT/Apache-2.0" +repository = "https://github.com/vectorgameexperts/bevy-key-rotation" +authors = ["Spencer C. Imbleau"] +keywords = ["gamedev"] version = "1.0.0" edition = "2021"