Fix sysroot Cargo.toml for compiler-builtins

This commit is contained in:
Antoni Boucher 2025-06-28 18:08:26 -04:00
parent a80f3c4a84
commit 38fa4a4861

View file

@ -6,6 +6,7 @@ resolver = "2"
[dependencies]
core = { path = "./sysroot_src/library/core" }
compiler_builtins = { path = "./sysroot_src/library/compiler-builtins/compiler-builtins" }
alloc = { path = "./sysroot_src/library/alloc" }
std = { path = "./sysroot_src/library/std", features = ["panic_unwind", "backtrace"] }
test = { path = "./sysroot_src/library/test" }