blob: 4741b006d411bf1e90a68c79f689a5831651b656 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "onioncoin-crypto"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[dependencies]
ed25519-dalek.workspace = true
curve25519-dalek.workspace = true
sha3.workspace = true
blake3.workspace = true
rand.workspace = true
serde.workspace = true
thiserror.workspace = true
|