Add event dependency

This commit is contained in:
Jeremy Soller 2017-01-09 21:01:23 -07:00
parent 0ed5bd31b2
commit 9068b9dcf2
5 changed files with 5 additions and 1 deletions

View file

@ -4,4 +4,5 @@ version = "0.1.0"
[dependencies] [dependencies]
netutils = { git = "https://github.com/redox-os/netutils.git" } 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 = { git = "https://github.com/redox-os/syscall.git" }

View file

@ -4,4 +4,5 @@ version = "0.1.0"
[dependencies] [dependencies]
netutils = { git = "https://github.com/redox-os/netutils.git" } 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 = { git = "https://github.com/redox-os/syscall.git" }

View file

@ -1,4 +1,4 @@
#![feature(rc_counts)] #![deny(warnings)]
extern crate syscall; extern crate syscall;

View file

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

View file

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