mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-15 18:14:02 +00:00
11 lines
123 B
TOML
11 lines
123 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"libraries/*",
|
|
"kernel",
|
|
"kernel_symbols"
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|