diff --git a/Cargo.toml b/Cargo.toml index a2fa5ceee75c1c24061fd53eab5478d59ad2fef0..f76b047450385681b2661141a528e3fd360c1460 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ resolver = "2" authors = ["John Mitchell"] homepage = "https://github.com/StarArawn/kayak_ui" repository = "https://github.com/StarArawn/kayak_ui" +license = "MIT OR Apache-2.0" license-file = "LICENSE" exclude = ["assets/*", "screenshots/*", "book"] diff --git a/kayak_font/Cargo.toml b/kayak_font/Cargo.toml index 84d8048cec7931ee3f95ab0b061e24721ed904db..f219c8f380491b504034586481ca2df3e6b7fdf6 100644 --- a/kayak_font/Cargo.toml +++ b/kayak_font/Cargo.toml @@ -7,6 +7,7 @@ resolver = "2" authors = ["John Mitchell"] homepage = "https://github.com/StarArawn/kayak_ui" repository = "https://github.com/StarArawn/kayak_ui" +license = "MIT OR Apache-2.0" license-file = "../LICENSE" exclude = ["assets/*"] diff --git a/kayak_ui_macros/Cargo.toml b/kayak_ui_macros/Cargo.toml index 155a45fec4ef267c35f6eaf1c06a44437483f484..9be77cd90343b44f91567a30049ddfee3119611b 100644 --- a/kayak_ui_macros/Cargo.toml +++ b/kayak_ui_macros/Cargo.toml @@ -7,6 +7,7 @@ resolver = "2" authors = ["John Mitchell"] homepage = "https://github.com/StarArawn/kayak_ui" repository = "https://github.com/StarArawn/kayak_ui" +license = "MIT OR Apache-2.0" license-file = "../LICENSE" [lib]