yggdrasil/Cargo.toml

18 lines
284 B
TOML

[workspace]
resolver = "2"
exclude = [
"boot/yboot",
"boot/yboot-proto",
"tool/abi-generator",
"toolchain",
"userspace/dynload-program"
]
members = [
"xtask",
"kernel/tools/gentables",
"kernel",
"lib/abi",
"lib/libyalloc",
"lib/runtime",
]