From 1ea38bc13a0f68671bcda280e457cd26b74e52dd Mon Sep 17 00:00:00 2001 From: sawyer bristol Date: Sat, 2 Nov 2024 17:33:50 -0600 Subject: [PATCH] add licence --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0dc7fe2..8eceae7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ rust-version = "1.81.0" description = "iced webview library" authors = ["LegitCamper"] repository = "https://github.com/LegitCamper/iced_webview/" +license = "Apache-2.0" readme = "README.md" [profile.dev]