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 9763b2e commit d736c11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ delegate-attr = "^0.2"
base64 = "^0.12"
url = { version = "^2.1", features = ["serde"] }
snafu = "^0.6"
openssl-sys = "*"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies]
hostname = "^0.3"
Expand All @@ -39,6 +40,9 @@ rstest = "0.6"
claim = "0.3.1"
version-sync = "^0.9"

[features]
vendored = ["openssl-sys/vendored"]

[workspace]
members = [
".",
Expand Down
6 changes: 1 addition & 5 deletions cloudevents-sdk-paho-mqtt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ cloudevents-sdk = { version = "0.3.0", path = ".." }
lazy_static = "1.4.0"
paho-mqtt = "0.9.1"
chrono = { version = "^0.4", features = ["serde"] }
openssl-sys = "*"

[dev-dependencies]
serde_json = "^1.0"

[features]
vendored = ["openssl-sys/vendored"]
serde_json = "^1.0"

0 comments on commit d736c11

Please sign in to comment.