summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4acf5e5d35f1ea9a4163945d12c91e283aa5d276 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "printstats"
version = "0.1.0"
edition = "2024"

[dependencies]
reqwest = { version = "0.12", features = ["blocking", "json"] }
rumqttc = "0.25.1"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.49.0", features = ["full"] }
toml = "0.8"