File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " bb8-async-ssh2-lite"
33version = " 0.1.0"
4+ authors = [" vkill <vkill.net@gmail.com>" ]
45edition = " 2021"
6+ description = " Asynchronous ssh2 connection pool."
7+ license = " Apache-2.0 OR MIT"
8+ repository = " https://github.com/bk-rs/ssh-rs"
9+ homepage = " https://github.com/bk-rs/ssh-rs"
10+ documentation = " https://docs.rs/bb8-async-ssh2-lite"
11+ keywords = [" SSH" , " SSH2" ]
12+ categories = []
13+ readme = " README.md"
514
615[features ]
716default = [" tokio" ]
Original file line number Diff line number Diff line change 1+ ../LICENSE-APACHE
Original file line number Diff line number Diff line change 1+ ../LICENSE-MIT
Original file line number Diff line number Diff line change 1+ # bb8-async-ssh2-lite
2+
3+ * [ Cargo package] ( https://crates.io/crates/bb8-async-ssh2-lite )
You can’t perform that action at this time.
0 commit comments