dnd-printer/Cargo.toml

13 lines
415 B
TOML
Raw Permalink Normal View History

2024-02-25 11:22:24 +00:00
[package]
name = "printer-api"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
escpos = { version = "0.6.2", features = ["full"] }
graphql_client = { version = "0.13.0", features = ["graphql_query_derive" , "reqwest-blocking"] }
reqwest = { version = "0.11.24", features = ["json", "blocking"] }
serde = "1.0.196"