diff options
Diffstat (limited to 'embedded-mqtt/Cargo.toml')
| -rw-r--r-- | embedded-mqtt/Cargo.toml | 13 |
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] | ||
| 2 | name = "embedded-mqtt" | ||
| 3 | version = "0.1.0" | ||
| 4 | edition = "2024" | ||
| 5 | authors = ["diogo464 <[email protected]>"] | ||
| 6 | description = "mqtt client for embedded devices" | ||
| 7 | license = "MIT OR Apache-2.0" | ||
| 8 | repository = "https://github.com/diogo464/embassy-ha" | ||
| 9 | keywords = ["mqtt", "iot", "embedded"] | ||
| 10 | categories = ["embedded", "network-programming"] | ||
| 11 | |||
| 12 | [dependencies] | ||
| 13 | embedded-io-async = "0.6" | ||
