mirror of
https://codeberg.org/icewind/ptouch-api.git
synced 2026-06-03 10:54:07 +02:00
18 lines
582 B
TOML
18 lines
582 B
TOML
[package]
|
|
name = "ptouch-remote"
|
|
version = "0.2.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
ptouch-rs = { version = "0.2.0", features = ["serde"] }
|
|
main_error = "0.1.2"
|
|
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "signal"] }
|
|
image = { version = "0.25.10", features = ["png", "jpeg", "bmp"] }
|
|
axum = { version = "0.8.8", features = ["macros", "json"] }
|
|
listenfd = "1.0.2"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
thiserror = "2.0.18"
|
|
toml = "1.1.1"
|
|
clap = { version = "4.6.0", features = ["derive"] }
|
|
tracing-subscriber = "0.3.23"
|
|
tracing = "0.1.44"
|