From faeb049118db4a47a32c5d2aa71e2b440f528185 Mon Sep 17 00:00:00 2001 From: Daniel Duque <59413316+DJDuque@users.noreply.github.com> Date: Wed, 29 Jun 2022 22:18:03 -0700 Subject: [PATCH] Add documentation link --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f9b88c87c..cc2ad6f5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ license = "MIT OR Apache-2.0" readme = "README.md" description = "SSH through OpenSSH" repository = "https://github.com/openssh-rust/openssh.git" +documentation = "https://docs.rs/openssh" keywords = ["ssh","remote","openssh","orchestration"] categories = ["network-programming", "api-bindings"]