Skip to content

Commit

Permalink
Update cargo-deny config
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Sep 19, 2024
1 parent 92474cc commit 0bf410c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
[graph]
targets = [
{ triple = "x86_64-unknown-linux-musl" },
{ triple = "x86_64-unknown-linux-gnu" },
]

[licenses]
allow-osi-fsf-free = "either"
copyleft = "deny"
private = { ignore = true }
allow = ["MPL-2.0"]
allow = [
"Apache-2.0",
"MIT",
"ISC",
"Unicode-DFS-2016",
"BSD-3-Clause",
"OpenSSL",
]

[[licenses.clarify]]
name = "ring"
Expand Down

0 comments on commit 0bf410c

Please sign in to comment.