From 96c53096e833b81bc2a2ec63794a813acf92ff3b Mon Sep 17 00:00:00 2001 From: Mathias H Date: Thu, 8 Aug 2024 22:58:29 +0200 Subject: [PATCH] doc: missing UNLICENSE inside Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c046bf..ce254aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/h-mathias/cmake-file-api-rs" readme = "README.md" keywords = ["cmake", "cmake-file-api", "cpp"] categories = ["api-bindings", "filesystem"] -license = "MIT" +license = "MIT OR UNLICENSE" edition = "2021" [dependencies]