summaryrefslogtreecommitdiff
path: root/libssh2-sys
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-11-06 11:06:10 -0800
committerWez Furlong <wez@wezfurlong.org>2019-11-06 11:06:10 -0800
commitdcecdf19848c71c912c2acc93aabdf8365e7cd2c (patch)
tree52c7ca6e1a78b8cb4fe2428fe6b37b357f50ab88 /libssh2-sys
parent8092e60d64e63fe628960a264bb72186b343e2f7 (diff)
downloadssh2-rs-dcecdf19848c71c912c2acc93aabdf8365e7cd2c.zip
fix cargo doc link
closes https://github.com/alexcrichton/ssh2-rs/issues/142
Diffstat (limited to 'libssh2-sys')
-rw-r--r--libssh2-sys/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh2-sys/Cargo.toml b/libssh2-sys/Cargo.toml
index 6d23e78..da8abb2 100644
--- a/libssh2-sys/Cargo.toml
+++ b/libssh2-sys/Cargo.toml
@@ -6,6 +6,7 @@ links = "ssh2"
build = "build.rs"
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/ssh2-rs"
+documentation = "https://docs.rs/libssh2-sys"
description = "Native bindings to the libssh2 library"
[lib]