aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-12-09 22:30:42 +0000
committerdiogo464 <[email protected]>2025-12-09 22:30:42 +0000
commita5845673cf052b606f722be10d48c5d963958050 (patch)
treee21bf5848163d07fce4bf8e3d7474bfeed5d1aff /Cargo.toml
parent6bb6d358f39c31b5486621b49da463f97226fea5 (diff)
moved embedded-mqtt crate to a module
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2b46089..6fa49c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,6 @@ defmt = ["dep:defmt", "embassy-net/defmt", "embassy-sync/defmt"]
16tracing = ["dep:tracing"] 16tracing = ["dep:tracing"]
17 17
18[dependencies] 18[dependencies]
19embedded-mqtt = { version = "0.1", path = "./embedded-mqtt" }
20embassy-net = { version = "0.7", features = ["medium-ip", "proto-ipv4", "tcp", "dns"] } 19embassy-net = { version = "0.7", features = ["medium-ip", "proto-ipv4", "tcp", "dns"] }
21heapless = "0.9" 20heapless = "0.9"
22embassy-time = { version = "0.5" } 21embassy-time = { version = "0.5" }