Add support of Unix socket
This commit is contained in:
parent
7a9b9c0f09
commit
368d5eca46
4 changed files with 59 additions and 10 deletions
|
@ -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"
|
||||
|
||||
|
|
Reference in a new issue