Files
ctaphid-dispatch/Cargo.toml
2022-08-22 13:51:02 +02:00

27 lines
555 B
TOML

[package]
name = "ctaphid-dispatch"
version = "0.1.1"
authors = ["Conor Patrick <conor@solokeys.com>", "Nicolas Stalder <n@stalder.io>"]
edition = "2021"
license = "Apache-2.0 OR MIT"
description = "Dispatch layer after usbd-ctaphid"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
delog = "0.1"
heapless = "0.7"
heapless-bytes = "0.3"
interchange = "0.2.2"
[features]
default = []
std = ["delog/std"]
log-all = []
log-none = []
log-info = []
log-debug = []
log-warn = []
log-error = []