From 73baf0c571e32230afd0f0ef56db3b87ae388135 Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Mon, 17 Apr 2023 15:34:17 +0100 Subject: [PATCH] Fill in Cargo fields --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aa5905c..7214de5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,12 +2,12 @@ name = "micro_autotile" version = "0.1.0" edition = "2021" - +license = "Apache-2.0" description = "A rusty implementation of LDTK autotiling" - authors = [ "Louis Capitanchik <louis@microhacks.co.uk>" ] +repository = "https://lab.lcr.gr/microhacks/micro_autotile" [features] default = ["impl_fastrand"] -- GitLab