aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b738b5d..7e77438 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ repository = "https://github.com/diogo464/embassy-ha"
9readme = "README.md" 9readme = "README.md"
10keywords = ["homeassistant", "mqtt", "iot", "embedded", "embassy"] 10keywords = ["homeassistant", "mqtt", "iot", "embedded", "embassy"]
11categories = ["embedded", "network-programming"] 11categories = ["embedded", "network-programming"]
12rust-version = "1.91.1"
12 13
13[features] 14[features]
14default = [] 15default = []