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

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