Skip to content

Commit

Permalink
fix: added tokio_openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Mar 27, 2024
1 parent fab5ffb commit 599d115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions power-pay-translator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ hyper = { version = "0", features = ["full"] }
http-body-util = "0.1"
hyper-util = { version = "0.1", features = ["full"] }

tokio-openssl = "0.6.4"
tokio = { version = "1.36.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 599d115

Please sign in to comment.