| Name | Message | Date |
|---|---|---|
| 📁 assets | 1 month ago | |
| 📁 proto | - | |
| 📁 src | 1 month ago | |
| 📄 .editorconfig | 1 month ago | |
| 📄 .gitignore | 1 month ago | |
| 📄 build.rs | - | |
| 📄 Cargo.lock | 1 month ago | |
| 📄 Cargo.toml | 1 month ago | |
| 📄 Containerfile | 1 month ago |
📄
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-render = "0.14.2"
[build-dependencies]
tonic-prost-build = "0.14.5"