From 8e023a23e10b6226d3c4fa33a74d86eda4ae14a7 Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Sun, 12 May 2024 21:09:28 +0200 Subject: [PATCH] Explicitly allow the license of this crate with cargo-deny --- deny.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deny.toml b/deny.toml index 488872a..7b004ab 100644 --- a/deny.toml +++ b/deny.toml @@ -75,10 +75,11 @@ version = 2 # See https://spdx.org/licenses/ for list of possible licenses # [possible values: any SPDX 3.11 short identifier (+ optional exception)]. allow = [ - "MIT", "Apache-2.0", - "Unicode-DFS-2016", "BSD-2-Clause", + "MIT", + "MPL-2.0", + "Unicode-DFS-2016", ] # The confidence threshold for detecting a license from license text. # The higher the value, the more closely the license text must be to the