From be7fa2e48b8de59c820d338f9ab23e2c8481cf07 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Wed, 21 Jun 2023 17:00:29 +0200 Subject: [PATCH] Add crate metadata --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ac96ef2..806f80a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,14 @@ [package] name = "bevy_scriptum" +authors = ["Jaroslaw Konik "] version = "0.1.0" edition = "2021" +license = "MIT OR Apache-2.0" +readme = "README.md" +categories = ["game-development"] +description = "Plugin for Bevy engine that allows you to write some of your game logic in a scripting language" +repository = "https://github.com/jarkonik/bevy_scriptum" +keywords = ["bevy", "rhai", "scripting", "game", "gamedev"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html