Change readme for example
This commit is contained in:
parent
d9f9529219
commit
4845bb20aa
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rust-mqtt"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["Ondrej Babec <ond.babec@gmail.com>"]
|
||||
edition = "2021"
|
||||
resolver = "2"
|
||||
|
|
|
@ -7,7 +7,7 @@ for MQTTv3 which is planned during year 2022.
|
|||
|
||||
## Async executors
|
||||
For desktop usage I recommend using Tokio async executor and for embedded there is prepared wrapper for Drogue device
|
||||
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.
|
||||
|
||||
## Restrains
|
||||
Client supports following:
|
||||
|
|
Loading…
Reference in New Issue
Block a user