aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e0002872fd25b8733fa97d0a8d91b96432fffbac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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"
]

# Slower builds, faster executables
[profile.release]
lto = "fat"
codegen-units = 1