You've already forked ctaphid-dispatch
mirror of
https://github.com/trussed-dev/ctaphid-dispatch.git
synced 2026-03-11 16:36:35 -07:00
27 lines
555 B
TOML
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 = []
|