From c43a348b58cd995e767607097647c3ce260c6c78 Mon Sep 17 00:00:00 2001
From: Louis Capitanchik <contact@louiscap.co>
Date: Fri, 18 Nov 2022 11:24:41 +0000
Subject: [PATCH] Update deps

---
 Cargo.toml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index e0187a8..a4b920f 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"
-- 
GitLab