Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ allow = [
"Zlib",
]

[[licenses.clarify]]
crate = "aws-lc-sys"
expression = "ISC AND Apache-2.0"
license-files = [{ path = "LICENSE", hash = 0xf308ccd7 }]

[bans]
# We should disallow this, but it's currently a PITA.
multiple-versions = "allow"
Expand Down
Loading
Loading