diff --git a/Cargo.toml b/Cargo.toml index ee65737f..28a17e8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ version = "0.11.0" authors = ["John Mitchell"] homepage = "https://github.com/StarArawn/bevy_ecs_tilemap" repository = "https://github.com/StarArawn/bevy_ecs_tilemap" +license = "MIT" license-file = "LICENSE" edition = "2021" exclude = ["assets/*", "screenshots/*"] @@ -179,4 +180,4 @@ required-features=["render"] [[example]] name="visibility" path="examples/visibility.rs" -required-features=["render"] \ No newline at end of file +required-features=["render"]