Add empty serai-processor-signers library

This will replace the signers still in the monolithic Processor binary.
This commit is contained in:
Luke Parker
2024-09-04 22:50:02 -04:00
parent b50b889918
commit 8380653855
14 changed files with 52 additions and 5 deletions

View File

@@ -55,6 +55,7 @@ exceptions = [
{ allow = ["AGPL-3.0"], name = "serai-processor-utxo-scheduler-primitives" },
{ allow = ["AGPL-3.0"], name = "serai-processor-standard-scheduler" },
{ allow = ["AGPL-3.0"], name = "serai-processor-transaction-chaining-scheduler" },
{ allow = ["AGPL-3.0"], name = "serai-processor-signers" },
{ allow = ["AGPL-3.0"], name = "serai-bitcoin-processor" },
{ allow = ["AGPL-3.0"], name = "serai-ethereum-processor" },