diff options
Diffstat (limited to 'crypto/Cargo.toml')
| -rw-r--r-- | crypto/Cargo.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml new file mode 100644 index 0000000..4741b00 --- /dev/null +++ b/crypto/Cargo.toml @@ -0,0 +1,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 |
