aw-lights/common/Cargo.toml

21 lines
596 B
TOML
Raw Normal View History

2021-10-12 17:11:44 -04:00
[package]
name = "common"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[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" }