Files
microrust/Cargo.toml
2018-07-29 20:02:18 +02:00

15 lines
185 B
TOML

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