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

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

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