From 72daab488138b1b8dbab4a25dbee41139137b096 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Fri, 24 Nov 2023 22:11:05 -0800 Subject: [PATCH] Use SPDX license format --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a9c6a3..6eea136 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" repository = "https://github.com/pfernie/cookie_store" documentation = "https://docs.rs/cookie_store" readme = "README.md" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" keywords = ["cookie", "jar", "store", "http"] # free text categories = ["web-programming::http-client", "web-programming"] # https://crates.io/category_slugs