holiday_lights/gemma_m0_lights/Cargo.toml

13 lines
288 B
TOML

[package]
name = "gemma_m0_lights"
version = "0.1.0"
authors = ["Tangent 128 <Tangent128@gmail.com>"]
edition = "2018"
[dependencies]
cortex-m = { version = "0.5.8", features = ["inline-asm"] }
embedded-hal = "0.2.2"
gemma_m0 = "0.2.1"
lights = { path = "../lights" }
panic-halt = "0.2"