Remove resource_sceme, Fix syscall crate name, add fmap
This commit is contained in:
parent
db4acfbe8c
commit
e3317f05f7
39 changed files with 130 additions and 221 deletions
|
@ -3,11 +3,9 @@ name = "pcid"
|
|||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
redox_syscall = { path = "../../syscall/" }
|
||||
rustc-serialize = { git = "https://github.com/redox-os/rustc-serialize.git" }
|
||||
toml = "*"
|
||||
|
||||
[dependencies.syscall]
|
||||
path = "../../syscall/"
|
||||
|
||||
[replace]
|
||||
"rustc-serialize:0.3.19" = { git = "https://github.com/redox-os/rustc-serialize.git" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue