From d09b4665f4f0a64c50a171654640ea6fbbe366e3 Mon Sep 17 00:00:00 2001 From: Ryan Butler Date: Mon, 16 Sep 2024 18:02:47 -0500 Subject: [PATCH] use SPDX identifier for license Automated tools like `cargo deny` work better when using the `license` field instead of `license-file`. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac723f0..54dc1a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ description = "Rust support library for Semaphore" keywords = ["worldcoin", "protocol", "signup"] categories = ["cryptography"] readme = "Readme.md" -license-file = "mit-license.md" +license = "MIT" [workspace] members = ["crates/*"]