mirror of
https://codeberg.org/icewind/ptouch-api.git
synced 2026-06-03 10:54:07 +02:00
initial version
This commit is contained in:
parent
ddc5849ed6
commit
e37160b717
11 changed files with 2800 additions and 3 deletions
13
Cargo.toml
13
Cargo.toml
|
|
@ -4,3 +4,16 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
ptouch-rs = { version = "0.2.0", features = ["serde"] }
|
||||
main_error = "0.1.2"
|
||||
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread", "signal"] }
|
||||
image = { version = "0.25.8", features = ["png", "jpeg", "bmp"] }
|
||||
axum = { version = "0.8.4", features = ["macros", "json"] }
|
||||
listenfd = "1.0.2"
|
||||
tower-service = "0.3.3"
|
||||
serde = { version = "1.0.225", features = ["derive"] }
|
||||
thiserror = "1.0.69"
|
||||
toml = "0.9.6"
|
||||
clap = { version = "4.5.47", features = ["derive"] }
|
||||
tracing-subscriber = "0.3.20"
|
||||
tracing = "0.1.41"
|
||||
Loading…
Add table
Add a link
Reference in a new issue