Add display toggles for specs and memes
Rust / Clippy, Rustfmt, Tests (push) Has been cancelled
Rust / Linux-x64 build (push) Has been cancelled
Rust / GitHub release (push) Has been cancelled

This commit is contained in:
2026-06-09 22:37:57 +02:00
parent 0304f1428f
commit f9bfd7639c
3 changed files with 399 additions and 48 deletions
+2
View File
@@ -10,6 +10,7 @@ license.workspace = true
repository.workspace = true
[dependencies]
ab_glyph = { version = "0.2.31", default-features = false, features = ["std"] }
anyhow = "1.0.98"
asterctl = { path = "../asterctl", version = "0.2.0" }
asterctl-lcd = { path = "../asterctl-lcd", version = "0.2.0" }
@@ -17,6 +18,7 @@ axum = { version = "0.8.4", features = ["multipart"] }
chrono = "0.4"
clap = { version = "4.5.42", features = ["derive"] }
image = "0.25.6"
imageproc = "0.25.0"
mime_guess = "2.0.5"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.142"