yggdrasil/Cargo.toml

19 lines
300 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",
"lib/qemu"
]