add windows named pipe support
This commit is contained in:
+4
-1
@@ -7,4 +7,7 @@ license = "GPL-3.0"
|
||||
repository = "https://github.com/varjolintu/keepassxc-proxy-rust"
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1.1.0"
|
||||
byteorder = "1.1.0"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
named_pipe = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user