diff --git a/Cargo.toml b/Cargo.toml index e0187a8d049e205b1a85d8b1e0f99b5386740059..a4b920f59f0fdbfc83bc8d94c9548be3bab5c98c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,14 @@ name = "micro_bevy_world_utils" version = "0.1.0" edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +license = "Apache-2.0" +description = "Handy, reusable utilities for working with direct world access in a Bevy exclusive system" +authors = [ + "Louis Capitanchik <louis@microhacks.co.uk>" +] +repository = "https://lab.lcr.gr/microhacks/micro-bevy-world-utils" [dependencies] + +bevy_ecs = "0.9.0" +bevy_hierarchy = "0.9.0"