1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 02:25:28 +03:00

prep for wezterm-ssh release

This temporarily disables the win32 openssl build stuff; need
https://github.com/alexcrichton/ssh2-rs/pull/216 to land before
this package can publish with that feature.
This commit is contained in:
Wez Furlong 2021-04-30 10:27:39 -07:00
parent 5b9be21165
commit 5fb2db10fe

View File

@ -3,6 +3,10 @@ name = "wezterm-ssh"
version = "0.1.0"
authors = ["Wez Furlong <wez@wezfurlong.org>"]
edition = "2018"
repository = "https://github.com/wez/wezterm"
description = "More convenient higher level wrapper around libssh2"
license = "MIT"
documentation = "https://docs.rs/wezterm-ssh"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -15,7 +19,8 @@ log = "0.4"
portable-pty = { version="0.4", path = "../pty" }
regex = "1"
smol = "1.2"
ssh2 = {version="0.9", features=["openssl-on-win32"]}
#ssh2 = {version="0.9", features=["openssl-on-win32"]}
ssh2 = {version="0.9"}
[dev-dependencies]
k9 = "0.11.0"