From a03ae944cf9641057d586f0616327e5e35c85b4f Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Tue, 17 Jan 2023 19:37:39 +0000 Subject: [PATCH] Add cargo.toml info --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index de7ca23..155f24e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,11 @@ name = "micro_ldtk" version = "0.2.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +authors = [ + "Louis Capitanchik <louis@microhacks.co.uk>" +] +repository = "https://lab.lcr.gr/microhacks/bevy-micro-ldtk.git" +license = "Apache-2.0" [dependencies] bevy = "0.9.1" -- GitLab