|
@@ -12,6 +12,7 @@ platform = { path = "../platform" }
|
|
ctype = { path = "../ctype" }
|
|
ctype = { path = "../ctype" }
|
|
errno = { path = "../errno" }
|
|
errno = { path = "../errno" }
|
|
rand = { version = "0.5.2", default-features = false }
|
|
rand = { version = "0.5.2", default-features = false }
|
|
|
|
+string = { path = "../string" }
|
|
time = { path = "../time" }
|
|
time = { path = "../time" }
|
|
|
|
+unistd = { path = "../unistd" }
|
|
wchar = { path = "../wchar" }
|
|
wchar = { path = "../wchar" }
|
|
-string = { path = "../string" }
|
|
|