aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: c199e1ba5cb01808c7b9975c6a48c1b0125cd06b (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "usb-host"
description = "Traits for USB host driver development."
version = "0.1.2"
authors = ["Brian Cully <bjc@kublai.com>"]
edition = "2018"
license = "LGPL-3.0-or-later"
categories = ["no-std", "embedded", "hardware-support"]
keywords = ["usb", "usb-host", "hal", "peripheral"]
readme = "README.md"
repository = "https://github.com/bjc/usb-host.git"