mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-22 16:16:16 +04:00
9 lines
159 B
TOML
9 lines
159 B
TOML
[workspace]
|
|
members = [
|
|
"crate/bit-allocator",
|
|
"crate/memory",
|
|
"crate/sync",
|
|
"crate/thread",
|
|
]
|
|
exclude = ["kernel", "bootloader", "user/rust"]
|