feat(license): remove unnecessary cargo deny config

This commit is contained in:
David Rusu 2026-01-31 23:59:38 +04:00
parent 729ff6673c
commit ac449427b2

View File

@ -38,16 +38,10 @@ allow = [
private = { ignore = false }
unused-allowed-license = "deny"
[[licenses.clarify]]
expression = "MIT AND ISC"
license-files = [{ hash = 0xbd0eed23, path = "LICENSE" }]
name = "ring"
[sources]
allow-git = [
"https://github.com/EspressoSystems/jellyfish.git",
"https://github.com/logos-blockchain/logos-blockchain.git",
"https://github.com/logos-blockchain/logos-blockchain-testing.git",
]
unknown-git = "deny"
unknown-registry = "deny"