mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 21:33:09 +00:00
23 lines
446 B
TOML
23 lines
446 B
TOML
[package]
|
|
name = "key_protocol"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
nssa.workspace = true
|
|
nssa_core.workspace = true
|
|
common.workspace = true
|
|
|
|
anyhow.workspace = true
|
|
serde.workspace = true
|
|
k256.workspace = true
|
|
sha2.workspace = true
|
|
rand.workspace = true
|
|
base58.workspace = true
|
|
hex.workspace = true
|
|
aes-gcm.workspace = true
|
|
bip39.workspace = true
|
|
hmac-sha512.workspace = true
|
|
thiserror.workspace = true
|
|
itertools.workspace = true
|