Start defining the coordinator

This commit is contained in:
Luke Parker
2023-04-15 17:38:47 -04:00
parent 51bf51ae1e
commit eafd054296
7 changed files with 135 additions and 19 deletions

View File

@@ -14,13 +14,19 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
log = "0.4"
blake2 = "0.10"
frost = { package = "modular-frost", path = "../crypto/frost" }
serai-db = { path = "../common/db" }
processor-messages = { package = "processor-messages", path = "../processor/messages" }
tributary = { package = "tributary-chain", path = "./tributary" }
serai-client = { path = "../substrate/client", features = ["serai"] }
tokio = { version = "1", features = ["full"] }
[dev-dependencies]