Files
nym/common/ledger/Cargo.toml
T
2024-03-06 10:27:42 +01:00

15 lines
341 B
TOML

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