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