Skip to content

Commit

Permalink
Explicitly allow the license of this crate with cargo-deny
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel committed May 12, 2024
1 parent 981aee6 commit 8e023a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e023a2

Please sign in to comment.