add windows named pipe support

This commit is contained in:
Andy Brandt
2017-11-29 15:42:47 -06:00
parent 6c5f96f407
commit 5b9d6eac06
6 changed files with 154 additions and 41 deletions
+4 -1
View File
@@ -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"