summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 2e8fd4dbbf14c645b5a1a3da1a5c105cb88d4bf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[workspace]
members = [
    "alacritty",
    "alacritty_terminal",
    "copypasta",
    "font",
    "winpty"
]

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

[patch.crates-io]
servo-freetype-sys = { path = "servo-freetype-proxy" }