We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f9529 commit 4845bb2Copy full SHA for 4845bb2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rust-mqtt"
3
-version = "0.1.0"
+version = "0.1.1"
4
authors = ["Ondrej Babec <[email protected]>"]
5
edition = "2021"
6
resolver = "2"
README.md
@@ -7,7 +7,7 @@ for MQTTv3 which is planned during year 2022.
7
8
## Async executors
9
For desktop usage I recommend using Tokio async executor and for embedded there is prepared wrapper for Drogue device
10
-framework in crate [examples](examples/drogue) crate.
+framework in the Drogue-IoT project [examples](https://github.com/drogue-iot/drogue-device/tree/main/device/src/network/clients) mqtt module.
11
12
## Restrains
13
Client supports following:
0 commit comments