Files
microrust/Cargo.toml
Michael Droogleever 52b530ed2c Multiple changes
Fix #1
Add serial chapter
Small fixes everywhere
2018-08-18 01:46:27 +02:00

17 lines
219 B
TOML

[workspace]
members = [
"src/getting-started",
"src/hello-world",
"src/display",
"src/microbit",
"src/serial",
]
[profile.dev]
codegen-units = 1
incremental = false
[profile.release]
debug = true
lto = true