Skip to content

Commit

Permalink
cloudevents#9 Encoders for MQTT
Browse files Browse the repository at this point in the history
Signed-off-by: Subhobrata Dey <[email protected]>
  • Loading branch information
sbcd90 committed Jan 27, 2021
1 parent 374288b commit b09a661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-projects/paho-mqtt-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
async-trait = "^0.1.33"
cloudevents-sdk = { path = "../.." }
cloudevents-sdk-mqtt = { path = "../../cloudevents-sdk-paho-mqtt"}
cloudevents-sdk-paho-mqtt = { path = "../../cloudevents-sdk-paho-mqtt"}
env_logger = "0.7.1"
paho-mqtt = "0.8"
serde_json = "^1.0"
Expand Down

0 comments on commit b09a661

Please sign in to comment.