holiday_lights/itsybitsy_m0_lights/Cargo.toml

14 lines
319 B
TOML
Raw Normal View History

2019-03-22 04:53:09 +00:00
[package]
name = "itsybitsy_m0_lights"
version = "0.1.0"
authors = ["Tangent 128 <Tangent128@gmail.com>"]
edition = "2018"
[dependencies]
atsamd21g18a = "0.6.0"
cortex-m = { version = "0.6.1", features = ["inline-asm"] }
embedded-hal = "0.2.3"
itsybitsy_m0 = "0.5.0"
2019-03-22 04:53:09 +00:00
lights = { path = "../lights" }
panic-halt = "0.2"