Adding ledger_apdu library as a dependency

Run this command in a terminal, in your project's directory:

cargo add ledger-apdu

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

ledger-apdu = "0.11.0"

The ledger_apdu library will be automatically available globally. Read the ledger_apdu library documentation.

Back to the crate overview.