diff --git a/Cargo.toml b/Cargo.toml index 399b473..802d9c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "world" version = "0.1.0" edition = "2021" -license-file = "LICENSE" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/world_sys/Cargo.toml b/world_sys/Cargo.toml index 97664da..59c8136 100644 --- a/world_sys/Cargo.toml +++ b/world_sys/Cargo.toml @@ -2,7 +2,7 @@ name = "world_sys" version = "0.1.0" edition = "2021" -license-file = "WORLD/LICENSE.txt" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html