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

2
Cargo.lock generated
View file

@ -122,8 +122,10 @@ version = "0.1.0"
dependencies = [
"prost",
"tokio",
"tokio-stream",
"tonic",
"tonic-build",
"tower",
]
[[package]]