You've already forked apdu-dispatch
mirror of
https://github.com/trussed-dev/apdu-dispatch.git
synced 2026-03-11 16:36:07 -07:00
This allows us to drop one generic parameter from the App trait and potentially generate more efficient code.
16 lines
379 B
TOML
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"
|