1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-22 16:16:16 +04:00
rCore/Cargo.toml
2019-03-27 12:08:02 +08:00

9 lines
159 B
TOML

[workspace]
members = [
"crate/bit-allocator",
"crate/memory",
"crate/sync",
"crate/thread",
]
exclude = ["kernel", "bootloader", "user/rust"]