build unix socket support on unix platforms only
yes windows technically supports unix sockets, but its not as good or the same as actual nix platform unix sockets Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
39aef8d1b9
commit
d84378db18
2 changed files with 41 additions and 31 deletions
11
Cargo.toml
11
Cargo.toml
|
@ -92,12 +92,6 @@ features = [
|
|||
"util",
|
||||
]
|
||||
|
||||
# unix socket support
|
||||
[dependencies.hyperlocal]
|
||||
git = "https://github.com/softprops/hyperlocal"
|
||||
rev = "2ee4d149644600d326559af0d2b235c945b05c04"
|
||||
features = ["server"]
|
||||
|
||||
[dependencies.hyper]
|
||||
version = "0.14"
|
||||
features = [
|
||||
|
@ -306,6 +300,11 @@ tokio = { version = "1.36.0", features = [
|
|||
"sync",
|
||||
"signal",
|
||||
] }
|
||||
# unix socket support
|
||||
[dependencies.hyperlocal]
|
||||
git = "https://github.com/softprops/hyperlocal"
|
||||
rev = "2ee4d149644600d326559af0d2b235c945b05c04"
|
||||
features = ["server"]
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue