mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 15:04:32 +03:00
21 lines
416 B
TOML
21 lines
416 B
TOML
[workspace]
|
|
members = [
|
|
"strip-ansi-escapes",
|
|
"wezterm",
|
|
"wezterm-gui",
|
|
"wezterm-mux-server",
|
|
"wezterm-ssh"
|
|
]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
# debug = 1
|
|
|
|
[profile.dev]
|
|
# https://jakedeichert.com/blog/reducing-rust-incremental-compilation-times-on-macos-by-70-percent/
|
|
split-debuginfo = "unpacked"
|
|
|
|
[patch.crates-io]
|
|
ssh2 = { git = "https://github.com/wez/ssh2-rs.git", branch="win32ssl" }
|