From 7c3f6431c0f162eadffda456366c1071eaf9dfe8 Mon Sep 17 00:00:00 2001 From: Serguey Parkhomovsky Date: Tue, 3 Mar 2026 20:14:05 -0800 Subject: Initial commit --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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" -- cgit v1.2.3