mirror of
https://github.com/trussed-dev/apdu-dispatch.git
synced 2026-06-20 04:16:15 -07:00
14 lines
261 B
TOML
14 lines
261 B
TOML
[package]
|
|
name = "apdu-app"
|
|
version = "0.2.0"
|
|
description = "trait for APDU applications"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
iso7816.workspace = true
|
|
heapless.workspace = true
|