mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-21 23:56:18 +04:00
7b8252eb1b
Under aarch64 and x86_64, hello_rust can be built and loaded by `/busybox insmod hello_rust.ko`.
7 lines
123 B
TOML
7 lines
123 B
TOML
[workspace]
|
|
members = [
|
|
"crate/memory",
|
|
"crate/sync",
|
|
]
|
|
exclude = ["kernel", "bootloader", "user/rust", "modules"]
|