Updates to use absolute URLs

This commit is contained in:
Jeremy Soller 2017-01-09 20:37:34 -07:00
parent 9fbeec7a7a
commit e50576b28c
19 changed files with 14 additions and 464 deletions

View file

@ -3,7 +3,6 @@ name = "tcpd"
version = "0.1.0"
[dependencies]
event = { path = "../../crates/event/" }
netutils = { path = "../../programs/netutils/" }
rand = { git = "https://github.com/rust-lang-nursery/rand.git" }
redox_syscall = { path = "../../syscall/" }
netutils = { git = "https://github.com/redox-os/netutils.git" }
rand = "0.3"
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }