mirror of
https://codeberg.org/icewind/tasproxy.git
synced 2026-06-03 10:14:09 +02:00
allow listening on unix socket
This commit is contained in:
parent
3451e3640b
commit
698e082a28
4 changed files with 56 additions and 16 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
|
@ -1133,6 +1133,7 @@ dependencies = [
|
|||
"pin-utils",
|
||||
"rumqttc",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"warp",
|
||||
"warp-reverse-proxy",
|
||||
]
|
||||
|
|
@ -1248,9 +1249,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio-stream"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
|
||||
checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"pin-project-lite",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue