mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
f1e5c59566
This is a pre-cursor step to adding libssh support
22 lines
501 B
TOML
22 lines
501 B
TOML
[workspace]
|
|
members = [
|
|
"strip-ansi-escapes",
|
|
"wezterm",
|
|
"wezterm-gui",
|
|
"wezterm-mux-server",
|
|
"wezterm-ssh"
|
|
]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
# debug = 1
|
|
|
|
[patch.crates-io]
|
|
# We can remove my fork once openssl-sys points at openssl-src 300+
|
|
openssl-sys = { git="https://github.com/wez/rust-openssl.git", branch="openssl-src-300" }
|
|
|
|
[profile.dev]
|
|
# https://jakedeichert.com/blog/reducing-rust-incremental-compilation-times-on-macos-by-70-percent/
|
|
split-debuginfo = "unpacked"
|