feat(network): implement windows named pipes connections (#279)
This commit is contained in:
parent
61f713a802
commit
43fefc8176
3 changed files with 78 additions and 14 deletions
|
|
@ -23,6 +23,10 @@ thiserror = "1.0.31"
|
|||
tokio = { version = "1", features = ["net", "io-util", "time", "sync", "macros"] }
|
||||
tracing = "0.1.37"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
tokio-named-pipes = "0.1.0"
|
||||
windows-sys = "0.48.0"
|
||||
|
||||
[dev-dependencies]
|
||||
tracing-subscriber = "0.3.16"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue