18 lines
271 B
TOML
18 lines
271 B
TOML
[workspace]
|
|
resolver = "2"
|
|
exclude = [
|
|
"boot/yboot",
|
|
"boot/yboot-proto",
|
|
"tool/abi-generator",
|
|
"toolchain",
|
|
]
|
|
members = [
|
|
"xtask",
|
|
"kernel/tools/gentables",
|
|
"kernel",
|
|
"lib/abi",
|
|
"lib/abi-def",
|
|
"lib/libyalloc",
|
|
"lib/runtime",
|
|
]
|