1
0
Fork 0

Add support of Unix socket

This commit is contained in:
Florian RICHER 2023-01-26 22:40:09 +01:00
parent 7a9b9c0f09
commit 368d5eca46
4 changed files with 59 additions and 10 deletions

View file

@ -19,6 +19,8 @@ path = "src/client/main.rs"
[dependencies]
tokio = { version = "1.0", features = ["rt-multi-thread", "macros"] } # Required for tonic
tokio-stream = { version = "0.1", features = ["net"] } # Required for tonic with unix socket
tower = "0.4" # Required for tonic with unix socket
prost = "0.11" # Required for tonic
tonic = "0.8"