holiday_lights/hello_gradient/Cargo.toml

15 lines
309 B
TOML
Raw 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]
lights = { path = "../lights" }
2019-03-22 04:53:09 +00:00
lights_hal = { path = "../itsybitsy_m0_lights", package = "itsybitsy_m0_lights" }