blob: 3ae4789882a1010076af336d4b4d712c1e095a01 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace]
members = [
"crates/divina",
"crates/divina_config",
"crates/divina_git",
"crates/divina_compile",
"crates/divina_util"
]
# Slower builds, faster executables
[profile.release]
lto = "fat"
codegen-units = 1
|