25 lines
691 B
TOML
25 lines
691 B
TOML
[package]
|
|
name = "pi-frame-server"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.86"
|
|
axum = { version = "0.7.5", features = ["multipart"] }
|
|
axum-macros = "0.4.1"
|
|
clap = { version = "4.5.7", features = ["derive"] }
|
|
epd-waveshare = { git = "https://github.com/caemor/epd-waveshare.git"}
|
|
image = "0.25.1"
|
|
linux-embedded-hal = { version = "0.4.0"}
|
|
minijinja = "2.1.0"
|
|
palette = "0.7.6"
|
|
serde = { version = "1.0.204", features = ["derive"] }
|
|
strum = { version = "0.26.3", features = ["derive"] }
|
|
thiserror = "1.0.63"
|
|
tokio = { version = "1.38.1", features = ["full"] }
|
|
tower-http = { version = "0.5.2", features = ["trace"] }
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = "0.3.18"
|