From 49284eaf9a57f1756f4893dc30dce81d470f0fd3 Mon Sep 17 00:00:00 2001 From: Serguey Parkhomovsky Date: Mon, 9 Mar 2026 15:01:32 -0700 Subject: Connect to bambu printers --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4acf5e5..67188d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,9 @@ edition = "2024" [dependencies] reqwest = { version = "0.12", features = ["blocking", "json"] } -rumqttc = "0.25.1" +rumqttc = { version = "0.25.1", default-features = false, features = ["use-native-tls"] } +native-tls = "0.2" serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.49.0", features = ["full"] } toml = "0.8" +serde_json = "1.0.149" -- cgit v1.2.3