aboutsummaryrefslogtreecommitdiffstats
path: root/usbh/Cargo.toml
blob: 327772b1b46f4fbf86255e6e97b114e3d9f59862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "usbh"
version = "0.1.0"
authors = ["Brian Cully <bjc@kublai.com>"]
edition = "2018"

[dependencies]
rb = { path = "../rb" }
atsamd-hal = { path = "../../atsamd/hal" }
embedded-hal = "~0.2"
log = "~0.4"
vcell = "~0.1"

[features]
default = ["atsamd-hal/samd21e18a"]