2021-07-31 14:29:21 -04:00
|
|
|
[package]
|
|
|
|
name = "aw-lights"
|
|
|
|
version = "0.1.0"
|
2021-08-08 14:15:38 -04:00
|
|
|
authors = ["Austen Adler <agadler@austenadler.com>"]
|
2021-07-31 14:29:21 -04:00
|
|
|
edition = "2018"
|
2021-08-10 17:46:59 -04:00
|
|
|
build = "build.rs"
|
2021-07-31 14:29:21 -04:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
rppal = "0.7"
|
|
|
|
ws2818-rgb-led-spi-driver = { path = "lib-ws2818-rgb-led-spi-driver/" }
|
2021-08-08 14:15:38 -04:00
|
|
|
serde = {version = "1.0", features = ["derive"]}
|
|
|
|
actix-web = {version = "3", default_features = false}
|
|
|
|
rust-embed="6.0.0"
|
2021-08-08 15:24:40 -04:00
|
|
|
hex = "0.4.3"
|
2021-08-09 23:13:38 -04:00
|
|
|
serde_json = "1"
|
2021-08-10 17:46:59 -04:00
|
|
|
actix-web-static-files = "3.0"
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
actix-web-static-files = "3.0"
|