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