mirror of
https://github.com/wez/wezterm.git
synced 2024-11-09 22:15:15 +03:00
e8995c5370
Using the new publish/discovery stuff from the past couple of commits, if we can find a matching socket path for a running gui, and the configuration is likely a match, then use the mux protocol to talk to the already running gui and ask it to spawn the equivalent program into the same process. refs: https://github.com/wez/wezterm/discussions/1486
15 lines
253 B
TOML
15 lines
253 B
TOML
[package]
|
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
|
name = "promise"
|
|
version = "0.2.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
async-task = "4.0"
|
|
async-std = "1.4"
|
|
async-executor = "1.4"
|
|
anyhow = "1.0"
|
|
thiserror = "1.0"
|
|
lazy_static = "1.4"
|
|
flume = "0.10"
|