summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: b904b2f8e2dc60ba0354a9615b6f5f4ea950ec0c (plain)
1
2
3
4
5
6
7
8
9
10
11
[workspace]
members = [
    "alacritty",
    "alacritty_terminal",
    "font",
]

[profile.release]
lto = true
debug = 1
incremental = false