Use crate of redox_syscall

This commit is contained in:
Jeremy Soller
2016-11-02 19:37:44 -06:00
parent 5ae17129d3
commit 359fe4b018
+1 -1
View File
@@ -28,7 +28,7 @@ path = "src/bin/sudo.rs"
[dependencies]
rand = { git = "https://github.com/redox-os/rand.git" }
syscall = { git = "https://github.com/redox-os/syscall.git" }
redox_syscall = "0.1"
termion = "1.1"
[dependencies.argon2rs]