Specify crates.io versions, update rust, cleanup modules

This commit is contained in:
Jeremy Soller 2017-01-13 15:10:43 -07:00
parent 8a6d99e3f4
commit fc0e54ac68
21 changed files with 18 additions and 69 deletions

View file

@ -5,4 +5,4 @@ version = "0.1.0"
[dependencies]
netutils = { git = "https://github.com/redox-os/netutils.git" }
redox_event = { git = "https://github.com/redox-os/event.git" }
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }
redox_syscall = "0.1"