LedgerHQ / cargo-ledger

(Moved in the ledger device rust SDK --> https://github.com/LedgerHQ/ledger-device-rust-sdk). Load code on a Ledger device with a `cargo` subcommand
Apache License 2.0
15 stars 12 forks source link

Adds a "path" and "name" attribute to the metadata. #4

Closed Ericson2314 closed 2 years ago

Ericson2314 commented 2 years ago

This allows apps to be named differently than their crates, which is useful for capitalization that does not follow rust's snake_case conventions, and also for populating the paths section in the app's metadata.

yhql commented 2 years ago

Necessary addition indeed, thanks !