diff --git a/Cargo.toml b/Cargo.toml index d9d86b69..8b833590 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,10 +41,18 @@ walkdir = "^0.1" inotify = "^0.1" mio = "^0.5" +[target.i686-unknown-linux-gnu.dependencies] +inotify = "^0.1" +mio = "^0.5" + [target.x86_64-unknown-linux-musl.dependencies] inotify = "^0.1" mio = "^0.5" +[target.i686-unknown-linux-musl.dependencies] +inotify = "^0.1" +mio = "^0.5" + [target.x86_64-apple-darwin.dependencies] fsevent = "^0.2.11" fsevent-sys = "^0.1"