aw-lights/Cargo.toml
Austen Adler 60687e11fa Changes
2024-04-08 23:15:56 -04:00

32 lines
698 B
TOML

[package]
name = "aw-lights"
version = "0.1.0"
authors = ["Austen Adler <agadler@austenadler.com>"]
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