diff options
| author | Serguey Parkhomovsky <xindigo@gmail.com> | 2026-03-03 20:14:05 -0800 |
|---|---|---|
| committer | Serguey Parkhomovsky <xindigo@gmail.com> | 2026-03-03 20:14:05 -0800 |
| commit | 7c3f6431c0f162eadffda456366c1071eaf9dfe8 (patch) | |
| tree | c41ffc5873e0984b74185c68db34b9cc1da29b9a /Cargo.toml | |
Initial commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..4acf5e5 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,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" |
