Add support of Unix socket
This commit is contained in:
parent
7a9b9c0f09
commit
368d5eca46
4 changed files with 59 additions and 10 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -122,8 +122,10 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"prost",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tonic",
|
||||
"tonic-build",
|
||||
"tower",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Reference in a new issue