From 07d2407bbccc8d300ed76ec9cbd49d2228ca5eb9 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing <johanhelsing@gmail.com> Date: Sun, 18 Dec 2022 01:04:52 +0100 Subject: [PATCH] Add missing license fields for Cargo.toml --- Cargo.toml | 1 + kayak_font/Cargo.toml | 1 + kayak_ui_macros/Cargo.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a2fa5ce..f76b047 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 84d8048..f219c8f 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 155a45f..9be77cd 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] -- GitLab