1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-03 04:34:21 -05:00
alacritty/Cargo.toml
2020-07-18 01:27:41 +00:00

10 lines
129 B
TOML

[workspace]
members = [
"alacritty",
"alacritty_terminal",
]
[profile.release]
lto = true
debug = 1
incremental = false