ableos/kernel/.cargo/config.toml

7 lines
158 B
TOML
Raw Normal View History

2023-03-30 16:43:04 -05:00
[unstable]
build-std = ["core", "compiler_builtins", "alloc"]
build-std-features = ["compiler-builtins-mem"]
2024-11-17 04:11:14 -06:00
[build]
target = "./targets/x86_64-ableos.json"