summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSerguey Parkhomovsky <xindigo@gmail.com>2026-03-09 15:01:32 -0700
committerSerguey Parkhomovsky <xindigo@gmail.com>2026-03-09 15:01:32 -0700
commit49284eaf9a57f1756f4893dc30dce81d470f0fd3 (patch)
tree11e535278f6defa7899082d3478a8c9eeeb94770 /Cargo.toml
parent68e7be4a897a1d8440d54e0c926796e1083409a9 (diff)
Connect to bambu printers
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
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"