holiday_lights/hello_gradient/Cargo.toml

18 lines
379 B
TOML
Raw Permalink Normal View History

[package]
name = "hello_gradient"
version = "0.1.0"
authors = ["Tangent 128 <Tangent128@gmail.com>"]
edition = "2018"
[profile.release]
lto = true
codegen-units = 1
debug = true
[dependencies]
house = { path = "../house" }
2019-10-27 04:17:49 +00:00
itsybitsy_m0 = "0.5"
lights = { path = "../lights" }
2019-03-22 04:53:09 +00:00
lights_hal = { path = "../itsybitsy_m0_lights", package = "itsybitsy_m0_lights" }
2019-10-27 04:17:49 +00:00
panic-halt = "0.2"