summaryrefslogtreecommitdiffstats
path: root/mqtt-format/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mqtt-format/Cargo.toml')
-rw-r--r--mqtt-format/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/mqtt-format/Cargo.toml b/mqtt-format/Cargo.toml
index ce417ce..e80ecbd 100644
--- a/mqtt-format/Cargo.toml
+++ b/mqtt-format/Cargo.toml
@@ -11,6 +11,9 @@ categories = ["embedded", "parsing"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[features]
+yoke = ["dep:yoke"]
+
[dependencies]
futures = "0.3.25"
nom = "7.1.1"