[package] name = "aw-lights" version = "0.1.0" authors = ["Austen Adler "] edition = "2018" repository = "https://gitea.austen-wares.com/stonewareslord/aw-lights.git" # build = "build.rs" [workspace] members = [ ".", "webui", "mqtt", "common", # "lunatic-webui", "homeassistant-mqtt-discovery", ] [dependencies] rppal = "0.14" ws2818-rgb-led-spi-driver = { path = "./lib-ws2818-rgb-led-spi-driver" } common = { path = "./common" } webui = { path = "./webui" } mqtt = { path = "./mqtt" } dotenv = "0.15.0" clap = { version = "4.3.0", features = ["derive", "env"] } tracing = "0.1.37" env_logger = "0.10.0" [profile.release] lto = true codegen-units = 1