[package] name = "aptos-ledger" description = "Library for integration with the Aptos app on Ledger" version = "0.1.0" publish = true # Workspace inherited keys authors = { workspace = true } edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } rust-version = { workspace = true } [dependencies] hex = "0.4.3" ledger-apdu = "0.10.0" ledger-transport-hid = "0.10.0" once_cell = "1.10.0" thiserror = "1.0.37"