summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 69cd14f3b758a91a720fcb49117b60501f194141 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "bleusb"
version = "0.1.0"
authors = ["Brian Cully <bjc@kublai.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
embedded-hal = "0.2"
#atsamd-hal = "0.6"
trinket_m0 = "0.4"
log = "0.4"
starb = "0.1"
clint = "0.2"
nb = "0.1"
cortex-m = "0.6"
cortex-m-rt = "0.6"
smart-leds-trait = "0.2"
smart-leds = "0.2"
apa102-spi = "0.2"

[patch.crates-io]
#atsamd-hal = { git = "https://github.com/atsamd-rs/atsamd", rev = "97d55c19" }
#trinket_m0 = { git = "https://github.com/atsamd-rs/atsamd", rev = "97d55c19" }
trinket_m0 = { path = "../usbh/atsamd/boards/trinket_m0" }