Skip to content

Commit

Permalink
update cargo-deny.toml to account for the new licensing situation
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkRTA committed Apr 20, 2024
1 parent 4e3d052 commit 8dc064d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@

[licenses]
unlicensed = "deny"
copyleft = "deny"
allow-osi-fsf-free = "osi"
default = "deny"
version = 2

allow = [
"Unicode-DFS-2016",
"Apache-2.0",
"MIT",
]

[licenses.private]
ignore = true
Expand Down

0 comments on commit 8dc064d

Please sign in to comment.