sshish 0.1.1

A std::process::Command-like api for running commands via libssh2
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "shell-escape"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"

[[package]]
name = "sshish"
version = "0.1.1"
dependencies = [
 "shell-escape",
]