aw-lights/Cargo.toml
2021-10-16 07:36:15 -04:00

24 lines
412 B
TOML

[package]
name = "aw-lights"
version = "0.1.0"
authors = ["Austen Adler <agadler@austenadler.com>"]
edition = "2018"
# build = "build.rs"
[workspace]
members = [
".",
"webui",
"common",
]
[dependencies]
rppal = "0.7"
ws2818-rgb-led-spi-driver = { path = "./lib-ws2818-rgb-led-spi-driver" }
common = { path = "./common" }
webui = { path = "./webui" }
[profile.release]
lto = true
codegen-units = 1