Files
apdu-dispatch/Cargo.toml
Robin Krahl c675f9107a Replace iso7816::Command with iso7816::command::CommandView
This allows us to drop one generic parameter from the App trait and
potentially generate more efficient code.
2024-08-13 17:55:56 +02:00

16 lines
379 B
TOML

[workspace]
members = ["app", "dispatch"]
resolver = "2"
[workspace.package]
authors = ["Conor Patrick <conor@solokeys.com>", "Nicolas Stalder <n@stalder.io>", "The Trussed developers"]
edition = "2021"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/trussed-dev/apdu-dispatch"
[workspace.dependencies]
iso7816 = "0.1.2"
[patch.crates-io]
apdu-app.path = "app"