20 lines
573 B
TOML
20 lines
573 B
TOML
[package]
|
|
name = "showbits-thermal-printer"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
axum = { version = "0.7.4", features = ["multipart"] }
|
|
clap = { version = "4.5.1", features = ["derive", "deprecated"] }
|
|
cosmic-text.workspace = true
|
|
escpos = { version = "0.7.2", features = ["full"] }
|
|
image.workspace = true
|
|
palette.workspace = true
|
|
serde = { version = "1.0.197", features = ["derive"] }
|
|
showbits-common.workspace = true
|
|
taffy.workspace = true
|
|
tokio = { version = "1.36.0", features = ["full"] }
|
|
|
|
[lints]
|
|
workspace = true
|