📄 Cargo.toml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
[package]
name = "receipt-printer"
version = "0.1.0"
edition = "2024"

[dependencies]
escpos = { version = "0.17.0", features = ["graphics"] }
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"