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

7 lines
112 B
TOML

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