Files
nym/common/ledger/Cargo.toml
T
2025-07-30 19:55:00 +02:00

15 lines
418 B
TOML

[package]
name = "nym-ledger"
version.workspace = true
edition = "2021"
license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bip32 = { workspace = true, features = ["secp256k1", "std"] }
k256 = { workspace = true }
ledger-transport = { workspace = true }
ledger-transport-hid = { workspace = true }
thiserror = { workspace = true }