summaryrefslogtreecommitdiffstats
path: root/consensus/Cargo.toml
blob: c9d280e6b27dff2d4bec8f12a24ee98833114b70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "onioncoin-consensus"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true

[dependencies]
onioncoin-core = { path = "../core" }
onioncoin-crypto = { path = "../crypto" }

serde.workspace = true
serde_json.workspace = true
serde_bytes.workspace = true
blake3.workspace = true
chrono.workspace = true
rand.workspace = true
thiserror.workspace = true