mirror of
https://codeberg.org/icewind/tasproxy.git
synced 2026-06-15 09:04:12 +02:00
rustls
This commit is contained in:
parent
be9cfc287e
commit
5d1feb368a
2 changed files with 46 additions and 150 deletions
|
|
@ -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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue