Add inotify and timerfd dependencies

This commit is contained in:
Stjepan Glavina 2020-07-15 12:15:44 +02:00
parent cb2fcede56
commit f62230939a
1 changed files with 2 additions and 0 deletions

View File

@ -62,4 +62,6 @@ tungstenite = "0.10.1"
url = "2.1.1"
[target.'cfg(target_os = "linux")'.dev-dependencies]
inotify = { version = "0.8.2", default-features = false }
nix = "0.17.0"
timerfd = "1.1.1"