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

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

serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
async-trait.workspace = true
rand.workspace = true
thiserror.workspace = true
chrono.workspace = true