Files
microrust/Cargo.toml
Michael Droogleever 8e05dfd010 Initial commit
Much of the content here is a direct port from https://github.com/japaric/discovery
2018-07-02 23:04:56 +02:00

13 lines
147 B
TOML

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