Add event dependency
This commit is contained in:
parent
0ed5bd31b2
commit
9068b9dcf2
|
@ -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" }
|
||||||
|
|
|
@ -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" }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#![feature(rc_counts)]
|
#![deny(warnings)]
|
||||||
|
|
||||||
extern crate syscall;
|
extern crate syscall;
|
||||||
|
|
||||||
|
|
|
@ -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" }
|
||||||
|
|
|
@ -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" }
|
||||||
|
|
Loading…
Reference in a new issue