📄 Cargo.toml
[package]
name = "receipt-printer"
version = "0.1.0"
edition = "2024"

[dependencies]
escpos = { version = "0.17.0", features = ["graphics"] }
png = "0.17.16"
prost = "0.14.3"
tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"] }
tonic = "0.14.5"
tonic-prost = "0.14.5"
typst = "0.14.2"
typst-as-lib = { version = "0.15.4", features = ["typst-kit-fonts"] }
typst-render = "0.14.2"

[build-dependencies]
tonic-prost-build = "0.14.5"