Files
nym/common/ledger/Cargo.toml
T
2024-05-20 13:16:25 +02:00

15 lines
378 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 = { workspace = true }
k256 = { workspace = true }
ledger-transport = { workspace = true }
ledger-transport-hid = { workspace = true }
thiserror = { workspace = true }