[package] name = "aw-lights" version = "0.1.0" authors = ["Austen Adler "] 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 = "0.10.0" actix-web = {version = "3.3.2", default_features = false} actix-web-actors = "3.0.0" rust-embed="6.0.0" hex = "0.4.3" serde_json = "1" live-view = { path = "./liveview-rust/" } askama = "0.10.5" # askama = { git = "https://github.com/djc/askama", rev = "017b590" }