From 84c68924fb64734e8942f624191e711a7dd53057 Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Sat, 18 May 2024 01:19:50 +0100 Subject: [PATCH] Specify license in Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a4f656a..e19a978 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ authors = [ "Louis Capitanchik <louis@microhacks.co.uk>" ] repository = "https://lab.lcr.gr/microhacks/bevy-splash" +license = "Apache-2.0" [dependencies] log = "0.4.21" -- GitLab