|
@@ -12,13 +12,14 @@ members = ["src/crt0"]
|
|
|
|
|
|
[dependencies]
|
|
|
compiler_builtins = { git = "https://github.com/rust-lang-nursery/compiler-builtins.git", default-features = false, features = ["mem"] }
|
|
|
-platform = { path = "src/platform" }
|
|
|
ctype = { path = "src/ctype" }
|
|
|
errno = { path = "src/errno" }
|
|
|
fcntl = { path = "src/fcntl" }
|
|
|
grp = { path = "src/grp" }
|
|
|
semaphore = { path = "src/semaphore" }
|
|
|
mman = { path = "src/mman" }
|
|
|
+platform = { path = "src/platform" }
|
|
|
+resource = { path = "src/resource" }
|
|
|
stat = { path = "src/stat" }
|
|
|
stdio = { path = "src/stdio" }
|
|
|
stdlib = { path = "src/stdlib" }
|