aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 13a11fe..5f679a9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ tracing = ["dep:tracing"]
10 10
11[dependencies] 11[dependencies]
12embedded-mqtt = { path = "./embedded-mqtt" , features = ["embassy-net"] } 12embedded-mqtt = { path = "./embedded-mqtt" , features = ["embassy-net"] }
13embassy-net = { version = "0.7.1", features = ["medium-ip", "proto-ipv4", "tcp"] } 13embassy-net = { version = "0.7.1", features = ["medium-ip", "proto-ipv4", "tcp", "dns"] }
14heapless = "0.9.2" 14heapless = "0.9.2"
15embassy-time = { version = "0.5.0" } 15embassy-time = { version = "0.5.0" }
16serde-json-core = "0.6.0" 16serde-json-core = "0.6.0"