summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 45f8e6b..42b3aea 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -7,10 +7,6 @@
//! Note that libssh2 only supports SSH *clients*, not SSH *servers*.
//! Additionally it only supports protocol v2, not protocol v1.
//!
-//! In case you are searching for an async versions of this library,
-//! you can look at https://github.com/spebern/async-ssh2 or https://github.com/bk-rs/async-ssh2-lite,
-//! which are both adding async compatibility on top of ssh2-rs implementation.
-//!
//! # Examples
//!
//! ## Inspecting ssh-agent