From 2a74df453dedeb78bcc9e526c9ec20ebdd76c451 Mon Sep 17 00:00:00 2001 From: Aevyrie Roessler Date: Sun, 29 Jan 2023 00:20:28 -0800 Subject: [PATCH] add license to cargo toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 74764cd..96365aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "big_space" version = "0.1.0" edition = "2021" description = "A floating origin plugin for bevy" +license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html