Skip to content

Commit 81ea09c

Browse files
committed
Release bb8-async-ssh2-lite 0.1.0
1 parent 4f612d0 commit 81ea09c

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

bb8-async-ssh2-lite/Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
[package]
22
name = "bb8-async-ssh2-lite"
33
version = "0.1.0"
4+
authors = ["vkill <[email protected]>"]
45
edition = "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]
716
default = ["tokio"]

bb8-async-ssh2-lite/LICENSE-APACHE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-APACHE

bb8-async-ssh2-lite/LICENSE-MIT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-MIT

bb8-async-ssh2-lite/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# bb8-async-ssh2-lite
2+
3+
* [Cargo package](https://crates.io/crates/bb8-async-ssh2-lite)

0 commit comments

Comments
 (0)