Add more from the std
This commit is contained in:
@@ -6,7 +6,9 @@ edition = "2024"
|
||||
[dependencies]
|
||||
cfg-if = { version = "1.0" }
|
||||
rustc-demangle = { version = "0.1.27" }
|
||||
hashbrown = "0.16"
|
||||
std_detect = { path = "crates/std_detect" }
|
||||
panic_abort = { path = "crates/panic_abort" }
|
||||
hashbrown = { version = "0.16.1", default-features = false, features = ["nightly", "rustc-internal-api"] }
|
||||
os-std-macros = { path = "../os-std-macros" }
|
||||
shared = { path = "../shared", features = ["user"] }
|
||||
io = { path = "../io", features = ["alloc"] }
|
||||
io_crate = { package = "io", path = "../io", features = ["alloc"] }
|
||||
|
||||
Reference in New Issue
Block a user