Add empty coordinator

This commit is contained in:
Luke Parker
2023-04-11 09:21:35 -04:00
parent d74cbe2cce
commit de52c4db7f
7 changed files with 52 additions and 0 deletions

17
coordinator/Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "coordinator"
version = "0.1.0"
description = "Serai coordinator to prepare batches and sign transactions"
license = "AGPL-3.0-only"
repository = "https://github.com/serai-dex/serai/tree/develop/coordinator"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
keywords = []
edition = "2021"
publish = false
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
tokio = { version = "1", features = ["full"] }