Skip to content

Commit

Permalink
Remove unnecessary licenses in cargo-deny
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQuantumPhysicist committed Apr 18, 2024
1 parent e273303 commit 5735ff0
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,14 @@ github = [
]

[licenses]
#we reject code without a license
# we reject code without a license
confidence-threshold = 0.92
allow = [
"Apache-2.0",
"MIT",
"Unicode-DFS-2016",
] # deny a license not in this set of licenses

[[licenses.clarify]]
name = "ring"
expression = "LicenseRef-ring"
license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 },
]

[[licenses.clarify]]
name = "webpki"
expression = "LicenseRef-webpki"
license-files = [
{ path = "LICENSE", hash = 0x001c7e6c },
]

[[licenses.clarify]]
name = "rustls-webpki"
expression = "LicenseRef-webpki"
license-files = [
{ path = "LICENSE", hash = 0x001c7e6c },
]

[advisories]
db-path = "~/.cargo/advisory-dbs"
db-urls = [ "https://github.com/RustSec/advisory-db" ]
Expand Down

0 comments on commit 5735ff0

Please sign in to comment.