aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 5268c7089dc8a1b713434ddd89c2b541be67c2d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "bootkbd"
version = "0.2.2"
description = "Boot-protocol keyboard driver for usb-host."
authors = ["Brian Cully <bjc@kublai.com>"]
edition = "2018"
license = "GPL-3.0-or-later"
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["usb", "usb-host", "hal", "peripheral"]
readme = "README.md"
repository = "https://git.spork.org/bootkbd.git"

[dependencies]
usb-host = "~0.1"
log = "~0.4"

#[patch.crates-io]
#usb-host = { git = "https://github.com/bjc/usb-host.git", rev = "b0be48424e81384de3280b5a5ac521d694b82e15" }