12 lines
268 B
TOML
12 lines
268 B
TOML
[package]
|
|
name = "itsybitsy_m0_lights"
|
|
version = "0.1.0"
|
|
authors = ["Tangent 128 <Tangent128@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
cortex-m = { version = "0.7.1" }
|
|
embedded-hal = "0.2.5"
|
|
itsybitsy_m0 = "0.10"
|
|
lights = { path = "../lights" }
|
|
panic-halt = "0.2"
|