Updates to use absolute URLs
This commit is contained in:
parent
9fbeec7a7a
commit
e50576b28c
19 changed files with 14 additions and 464 deletions
|
@ -3,6 +3,5 @@ name = "ethernetd"
|
|||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
event = { path = "../../crates/event/" }
|
||||
netutils = { path = "../../programs/netutils/" }
|
||||
redox_syscall = { path = "../../syscall/" }
|
||||
netutils = { git = "https://github.com/redox-os/netutils.git" }
|
||||
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }
|
||||
|
|
|
@ -3,4 +3,4 @@ name = "example"
|
|||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
redox_syscall = { path = "../../syscall/" }
|
||||
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }
|
||||
|
|
|
@ -3,6 +3,5 @@ name = "ipd"
|
|||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
event = { path = "../../crates/event/" }
|
||||
netutils = { path = "../../programs/netutils/" }
|
||||
redox_syscall = { path = "../../syscall/" }
|
||||
netutils = { git = "https://github.com/redox-os/netutils.git" }
|
||||
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }
|
||||
|
|
|
@ -3,4 +3,4 @@ name = "ptyd"
|
|||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
redox_syscall = { path = "../../syscall/" }
|
||||
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }
|
||||
|
|
|
@ -4,4 +4,4 @@ version = "0.1.0"
|
|||
|
||||
[dependencies]
|
||||
raw-cpuid = "2.*"
|
||||
redox_syscall = { path = "../../syscall/" }
|
||||
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -3,7 +3,6 @@ name = "udpd"
|
|||
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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue