9ed013b418
* Add library to communicate with ledger * Update changelog * Install libudev-dev on linux
13 lines
282 B
TOML
13 lines
282 B
TOML
[package]
|
|
name = "ledger"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bip32 = "0.3.0"
|
|
k256 = "0.10.4"
|
|
ledger-transport = "0.10.0"
|
|
ledger-transport-hid = "0.10.0"
|
|
thiserror = "1" |