diff --git a/Cargo.toml b/Cargo.toml index abda65059..b3d0b2c20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -142,6 +142,8 @@ redox_generic = [ ] redox = [ "uname", + "chmod", + "install", "redox_generic" ] test_unimplemented = []