aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: ad343a7cd67f5f98c65c89d64987317e29c8a7c9 (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.3"
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://git.spork.org/usb-host.git"