From 6f7b18467863220b0b8cbf4a124cecc4913bf037 Mon Sep 17 00:00:00 2001 From: Simon Ask Ulsnes Date: Sun, 4 Feb 2024 09:00:36 +0100 Subject: [PATCH] Fix license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e4b3400..144866d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ description = "Safer libyaml port, based on unsafe-libyaml" documentation = "https://docs.rs/libyaml-safer" edition = "2021" keywords = ["yaml"] -license = "Apache 2.0 OR MIT" +license-file = "LICENSE-MIT" repository = "https://github.com/simonask/libyaml-safer" rust-version = "1.70"