aboutsummaryrefslogtreecommitdiff
path: root/embedded-mqtt/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embedded-mqtt/Cargo.toml')
-rw-r--r--embedded-mqtt/Cargo.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/embedded-mqtt/Cargo.toml b/embedded-mqtt/Cargo.toml
deleted file mode 100644
index 405efab..0000000
--- a/embedded-mqtt/Cargo.toml
+++ /dev/null
@@ -1,13 +0,0 @@
1[package]
2name = "embedded-mqtt"
3version = "0.1.0"
4edition = "2024"
5authors = ["diogo464 <[email protected]>"]
6description = "mqtt client for embedded devices"
7license = "MIT OR Apache-2.0"
8repository = "https://github.com/diogo464/embassy-ha"
9keywords = ["mqtt", "iot", "embedded"]
10categories = ["embedded", "network-programming"]
11
12[dependencies]
13embedded-io-async = "0.6"