aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 5d1b621b6e166a7a75fa1c23dadf3f8ff9e0aa0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[workspace]
members = [
  "crates/whirl",
  "crates/whirl_api",
  "crates/whirl_common",
  "crates/whirl_config",
  "crates/whirl_db",
  "crates/whirl_prompt",
  "crates/whirl_server"
]

[profile.release]
lto = "fat"
codegen-units = 1