Files
OpenSK/third_party/libtock-drivers/Cargo.toml
Guillaume Endignoux ff0eefcae5 Fix typo in Cargo.toml.
2020-08-07 15:09:07 +02:00

17 lines
352 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_core = { path = "../../third_party/libtock-rs/core" }
[features]
debug_ctap = []
verbose_usb = ["debug_ctap"]