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

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

serde.workspace = true
serde_json.workspace = true
bincode.workspace = true
serde_bytes.workspace = true
blake3.workspace = true
ed25519-dalek.workspace = true
chrono.workspace = true
thiserror.workspace = true