12 lines
322 B
TOML
12 lines
322 B
TOML
[package]
|
|
name = "std"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
backtrace_rs = { package = "backtrace", version = "0.3", default-features = false }
|
|
hashbrown = "0.16"
|
|
os-std-macros = { path = "../os-std-macros" }
|
|
shared = { path = "../shared", features = ["user"] }
|
|
io = { path = "../io", features = ["alloc"] }
|