holiday_lights/hello_gradient/Cargo.toml

15 lines
301 B
TOML

[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" }
lights_hal = { path = "../gemma_m0_lights", package = "gemma_m0_lights" }