diff options
| author | Serguey Parkhomovsky <xindigo@gmail.com> | 2026-03-09 15:01:32 -0700 |
|---|---|---|
| committer | Serguey Parkhomovsky <xindigo@gmail.com> | 2026-03-09 15:01:32 -0700 |
| commit | 49284eaf9a57f1756f4893dc30dce81d470f0fd3 (patch) | |
| tree | 11e535278f6defa7899082d3478a8c9eeeb94770 /Cargo.toml | |
| parent | 68e7be4a897a1d8440d54e0c926796e1083409a9 (diff) | |
Connect to bambu printers
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |
