Closes #39469 Closes #39438 Closes #39458 I'm not able to test it, i would appreciate if somebody could do it. I think this bug was present also for SSH remote projects Release Notes: - Fixed an issue where zed bin was not found in remote servers for askpass --------- Signed-off-by: Marco Mihai Condrache <52580954+marcocondrache@users.noreply.github.com>
32 lines
589 B
TOML
32 lines
589 B
TOML
[package]
|
|
name = "askpass"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/askpass.rs"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
futures.workspace = true
|
|
gpui.workspace = true
|
|
net.workspace = true
|
|
proto.workspace = true
|
|
smol.workspace = true
|
|
log.workspace = true
|
|
tempfile.workspace = true
|
|
util.workspace = true
|
|
workspace-hack.workspace = true
|
|
zeroize.workspace = true
|
|
|
|
[target.'cfg(target_os = "windows")'.dependencies]
|
|
windows.workspace = true
|
|
|
|
[package.metadata.cargo-machete]
|
|
ignored = ["log"]
|