mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-09 04:19:33 +00:00
Correct deny.toml with inclusion of message-queue
This commit is contained in:
parent
acf2469dd8
commit
c7b232949a
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ default = "deny"
|
||||||
exceptions = [
|
exceptions = [
|
||||||
{ allow = ["AGPL-3.0"], name = "ethereum-serai" },
|
{ allow = ["AGPL-3.0"], name = "ethereum-serai" },
|
||||||
|
|
||||||
|
{ allow = ["AGPL-3.0"], name = "message-queue" },
|
||||||
|
|
||||||
{ allow = ["AGPL-3.0"], name = "processor-messages" },
|
{ allow = ["AGPL-3.0"], name = "processor-messages" },
|
||||||
{ allow = ["AGPL-3.0"], name = "processor" },
|
{ allow = ["AGPL-3.0"], name = "processor" },
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue