aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 79d53417e9b7d01770025d859988892c41a92928 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[workspace]
members = [
    "alacritty",
    "alacritty_terminal",
    "alacritty_config",
    "alacritty_config_derive",
]

[profile.release]
lto = "thin"
debug = 1
incremental = false