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