Begin add uds_windows (Not working) + add config load
This commit is contained in:
parent
46d401493b
commit
980722c6cb
4 changed files with 31 additions and 8 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
@ -139,6 +139,7 @@ dependencies = [
|
|||
"tonic",
|
||||
"tonic-build",
|
||||
"tower",
|
||||
"uds_windows",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
|
@ -959,6 +960,16 @@ version = "0.2.4"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
||||
|
||||
[[package]]
|
||||
name = "uds_windows"
|
||||
version = "1.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d"
|
||||
dependencies = [
|
||||
"tempfile",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "unicode-ident"
|
||||
version = "1.0.6"
|
||||
|
|
Reference in a new issue