barcode-utils/Cargo.toml

12 lines
280 B
TOML
Raw Normal View History

2025-09-23 17:13:23 +02:00
[package]
name = "barcode"
version = "0.1.0"
edition = "2024"
[dependencies]
serial = "0.4.0"
2025-09-24 18:07:05 +02:00
reqwest = { version = "0.12.23", features = ["json"] }
serde_json = "1.0.145"
tokio = { version = "1.47.1", features = ["full"] }
serde = { version = "1.0.226", features = ["derive"] }