diff --git a/Cargo.toml b/Cargo.toml index f3e493f..3ffe7d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,6 +28,12 @@ termios = "0.2" [target.arm-unknown-linux-gnueabihf.dependencies] libc = "0.1" termios = "0.2" +[target.mipsel-unknown-linux-gnu.dependencies] +libc = "0.1" +termios = "0.2" +[target.mips-unknown-linux-gnu.dependencies] +libc = "0.1" +termios = "0.2" [target.i686-unknown-freebsd.dependencies] libc = "0.1" termios = "0.2"