Files
apdu-dispatch/dispatch/Cargo.toml
Sosthène Guédon edf19e997a Dispatch: update changelog and prepare release 0.3.1
The 0.3.0 release was also not linked to in the changelog
2025-02-12 15:35:35 +01:00

34 lines
550 B
TOML

[package]
name = "apdu-dispatch"
version = "0.3.1"
description = "Dispatch layer after nfc-device and usbd-ccid"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
apdu-app = "0.1.0"
delog = "0.1.4"
heapless = "0.7"
interchange = "0.3.0"
iso7816.workspace = true
[dev-dependencies]
# Testing
serial_test = "0.6"
hex-literal = "0.3.4"
[features]
default = []
std = ["delog/std"]
log-all = []
log-none = []
log-debug = []
log-info = []
log-trace = []
log-warn = []
log-error = []