1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-11-06 22:44:18 -05:00
alacritty/Cargo.toml
2025-07-13 18:53:35 +00:00

21 lines
325 B
TOML

[workspace]
members = [
"alacritty",
"alacritty_terminal",
"alacritty_config",
"alacritty_config_derive",
]
resolver = "2"
[workspace.package]
edition = "2024"
rust-version = "1.85.0"
[profile.release]
lto = "thin"
debug = 1
incremental = false
[workspace.dependencies]
toml = "0.9.2"
toml_edit = "0.23.1"