Add nix dependency

This commit is contained in:
Stjepan Glavina 2020-07-15 11:40:03 +02:00
parent 9c28a276fa
commit bf154f249b
1 changed files with 3 additions and 0 deletions

View File

@ -60,3 +60,6 @@ tempfile = "3.1.0"
tokio = { version = "0.2", default-features = false }
tungstenite = "0.10.1"
url = "2.1.1"
[target.'cfg(target_os = "linux")'.dev-dependencies]
nix = "0.17.0"