Use TMPDIR with macOS, and set socket SO_SNDBUF and SO_RCVBUF

This commit is contained in:
varjolintu
2018-08-15 14:34:02 +03:00
parent 759507e444
commit 211ae91e36
4 changed files with 58 additions and 6 deletions
+1
View File
@@ -8,6 +8,7 @@ repository = "https://github.com/varjolintu/keepassxc-proxy-rust"
[dependencies]
byteorder = "1.1.0"
nix = "0.11.0"
[target.'cfg(windows)'.dependencies]
named_pipe = "0.2"