mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 03:59:22 +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 = [
|
||||
{ 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" },
|
||||
|
||||
|
|
Loading…
Reference in a new issue