* Changes from #580 * fixes USB cancel panic * style fixes * Update src/env/tock/storage.rs Co-authored-by: Zach Halvorsen <zhalvorsen@google.com> --------- Co-authored-by: Zach Halvorsen <zhalvorsen@google.com>
19 lines
447 B
TOML
19 lines
447 B
TOML
[package]
|
|
name = "libtock_drivers"
|
|
version = "0.1.0"
|
|
authors = [
|
|
"Tock Project Developers <tock-dev@googlegroups.com>",
|
|
"Guillaume Endignoux <guillaumee@google.com>",
|
|
]
|
|
license = "MIT/Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
libtock_console = { path = "../../third_party/libtock-rs/apis/console" }
|
|
libtock_platform = { path = "../../third_party/libtock-rs/platform" }
|
|
|
|
[features]
|
|
debug_ctap = []
|
|
verbose_usb = ["debug_ctap"]
|
|
with_nfc = []
|