mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Define all coordinator transaction types
This commit is contained in:
@@ -10,9 +10,17 @@ edition = "2021"
|
||||
[dependencies]
|
||||
thiserror = "1"
|
||||
|
||||
rand_core = { version = "0.6", optional = true }
|
||||
|
||||
blake2 = "0.10"
|
||||
|
||||
ciphersuite = { package = "ciphersuite", path = "../../crypto/ciphersuite", features = ["ristretto"] }
|
||||
schnorr = { package = "schnorr-signatures", path = "../../crypto/schnorr" }
|
||||
|
||||
tendermint = { package = "tendermint-machine", path = "./tendermint" }
|
||||
|
||||
[dev-dependencies]
|
||||
rand_core = "0.6"
|
||||
|
||||
[features]
|
||||
tests = ["rand_core"]
|
||||
|
||||
Reference in New Issue
Block a user