rust-raspberrypi-OS-tutorials/14_virtual_mem_part2_mmio_remap/Cargo.toml
Andre Richter 8c661977b8
Use a virtual manifest starting tutorial 12
This is finally possible since the new feature resolver.

For reference:
https://github.com/rust-lang/rust-analyzer/issues/6197#issuecomment-827564835
2022-04-19 22:44:01 +02:00

10 lines
97 B
TOML

[workspace]
members = [
"libraries/*",
"kernel"
]
[profile.release]
lto = true