diff --git a/Cargo.toml b/Cargo.toml index 62fd89c..09cb663 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,6 @@ authors = ["Urho Laukkarinen "] edition = "2021" license = "MIT" -license-file = "LICENSE" readme = "README.md" homepage = "https://github.com/urholaukkarinen/egui-toast" repository = "https://github.com/urholaukkarinen/egui-toast" diff --git a/LICENSE b/LICENSE-MIT similarity index 100% rename from LICENSE rename to LICENSE-MIT