This commit is contained in:
Robin Appelman 2020-12-15 00:34:41 +01:00
commit 5d1feb368a
2 changed files with 46 additions and 150 deletions

View file

@ -3,8 +3,8 @@ name = "tasproxy"
version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "MIT OR Apache-2.0"
repository = "https://github.com/icewind1991/tasproxy"
[dependencies]
rumqttc = "0.2.0"
@ -18,4 +18,4 @@ color-eyre = "0.5.7"
async-stream = "0.3.0"
pin-utils = "0.1.0"
hostname = "^0.3"
warp-reverse-proxy = "0.2.0"
warp-reverse-proxy = { version = "0.2.0", git = "https://github.com/icewind1991/warp-reverse-proxy", branch = "rustls", default_features = false, features = ["rustls-tls"] }