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

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