17 lines
379 B
TOML
17 lines
379 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]
|
|
house = { path = "../house" }
|
|
itsybitsy_m0 = "0.5"
|
|
lights = { path = "../lights" }
|
|
lights_hal = { path = "../itsybitsy_m0_lights", package = "itsybitsy_m0_lights" }
|
|
panic-halt = "0.2"
|