summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: aad21557175854888c6ff99d46e404d0358a5fdb (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 = true
debug = 1
incremental = false