1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-23 16:36:18 +04:00
rCore/Cargo.toml

9 lines
159 B
TOML
Raw Normal View History

2019-03-24 17:39:15 +04:00
[workspace]
members = [
"crate/bit-allocator",
"crate/memory",
"crate/sync",
"crate/thread",
]
exclude = ["kernel", "bootloader", "user/rust"]