aboutsummaryrefslogtreecommitdiffstats
path: root/bootkbd/Cargo.toml
blob: 5ae7bd423f44b19c13d207200778bc61b77ae936 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "bootkbd"
version = "0.1.0"
authors = ["Brian Cully <bjc@kublai.com>"]
edition = "2018"
license = "GPL-3.0-or-later"

[dependencies]
usb-host = { path = "../usb-host" }
log = "~0.4"