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 <sbcd90@gmail.com>
  • Loading branch information
sbcd90 committed Jan 27, 2021
1 parent f6f3e83 commit 995d221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example-projects/paho-mqtt-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ edition = "2018"

[dependencies]
async-trait = "^0.1.33"
cloudevents-sdk = { path = "../sdk-rust" }
cloudevents-sdk-mqtt = { path = "../sdk-rust/cloudevents-sdk-mqtt"}
cloudevents-sdk = { path = "../.." }
cloudevents-sdk-mqtt = { path = "../../cloudevents-sdk-mqtt"}
env_logger = "0.7.1"
paho-mqtt = "0.8"
serde_json = "^1.0"
Expand Down

0 comments on commit 995d221

Please sign in to comment.