From e166e3dbd2106d40025a1cdec68c8c0ba1b45f02 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 19 Jan 2022 16:44:50 -0600 Subject: [PATCH] Set license. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a468072..02e5789 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "bevy_full_throttle" +license = "MIT OR Apache-2.0" version = "0.1.0" edition = "2021"