Add core_io
... | ... | @@ -9,12 +9,14 @@ crate-type = ["staticlib"] |
[workspace] | ||
members = ["src/crt0", "src/crti", "src/crtn", "cbindgen"] | ||
exclude = ["core_io"] | ||
[build-dependencies] | ||
cc = "1.0.17" | ||
[dependencies] | ||
cbitset = "0.1.0" | ||
core_io = { path = "core_io", features = ["collections"] } | ||
lazy_static = { version = "*", features = ["nightly", "spin_no_std"] } | ||
rand = { version = "0.5.2", default-features = false } | ||
va_list = { path = "va_list", features = ["no_std"] } | ||
... | ... |
Please register or sign in to comment