summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMarcel Müller <neikos@neikos.email>2024-04-02 14:15:03 +0200
committerMarcel Müller <neikos@neikos.email>2024-04-02 14:15:03 +0200
commit4a15fcfc692bc2511b80d91bcab0bee2d5718e88 (patch)
tree254b0c7ac4078ba3b3ec9077268f6c86760f678d /Cargo.toml
parentefcd00b5c7b433208f3bdbfa4ba5bb137e55fba3 (diff)
Temporarily remove mqtt-tester from ws
Signed-off-by: Marcel Müller <neikos@neikos.email>
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 f584e32..354e1e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ categories = ["embedded"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace]
-members = ["cloudmqtt-bin", "mqtt-format", "mqtt-tester"]
+members = ["cloudmqtt-bin", "mqtt-format"]
[dependencies]
futures = "0.3.30"