mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-24 11:36:18 +00:00
Correct deny.toml
This commit is contained in:
parent
f6206b60ec
commit
1c31ca7187
1 changed files with 3 additions and 2 deletions
|
@ -26,6 +26,7 @@ allow = [
|
||||||
|
|
||||||
# Attribution required
|
# Attribution required
|
||||||
"MIT",
|
"MIT",
|
||||||
|
"MITNFA",
|
||||||
"BSD-2-Clause",
|
"BSD-2-Clause",
|
||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
"ISC",
|
"ISC",
|
||||||
|
@ -44,7 +45,6 @@ allow-osi-fsf-free = "neither"
|
||||||
default = "deny"
|
default = "deny"
|
||||||
|
|
||||||
exceptions = [
|
exceptions = [
|
||||||
{ allow = ["AGPL-3.0"], name = "bitcoin-serai" },
|
|
||||||
{ allow = ["AGPL-3.0"], name = "ethereum-serai" },
|
{ allow = ["AGPL-3.0"], name = "ethereum-serai" },
|
||||||
|
|
||||||
{ allow = ["AGPL-3.0"], name = "processor-messages" },
|
{ allow = ["AGPL-3.0"], name = "processor-messages" },
|
||||||
|
@ -80,6 +80,7 @@ unknown-registry = "deny"
|
||||||
unknown-git = "deny"
|
unknown-git = "deny"
|
||||||
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
|
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
|
||||||
allow-git = [
|
allow-git = [
|
||||||
|
"https://github.com/RustCrypto/elliptic-curves",
|
||||||
|
"https://github.com/serai-dex/substrate-bip39",
|
||||||
"https://github.com/serai-dex/substrate",
|
"https://github.com/serai-dex/substrate",
|
||||||
"https://github.com/RustCrypto/elliptic-curves"
|
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue