diff --git a/wezterm-ssh/Cargo.toml b/wezterm-ssh/Cargo.toml index e6c47b060..909650d4f 100644 --- a/wezterm-ssh/Cargo.toml +++ b/wezterm-ssh/Cargo.toml @@ -3,6 +3,10 @@ name = "wezterm-ssh" version = "0.1.0" authors = ["Wez Furlong "] 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"