aw-lights/Cargo.toml
2021-08-16 09:53:54 -04:00

22 lines
586 B
TOML

[package]
name = "aw-lights"
version = "0.1.0"
authors = ["Austen Adler <agadler@austenadler.com>"]
edition = "2018"
build = "build.rs"
[dependencies]
rppal = "0.7"
ws2818-rgb-led-spi-driver = { path = "lib-ws2818-rgb-led-spi-driver/" }
serde = {version = "1.0", features = ["derive"]}
actix-web = {version = "4.0.0-beta.3", default_features = false}
actix-web-actors = "4.0.0-beta.3"
rust-embed="6.0.0"
hex = "0.4.3"
serde_json = "1"
actix-web-static-files = "3.0"
live-view = { git = "https://github.com/njaremko/liveview-rust" }
[build-dependencies]
actix-web-static-files = "3.0"