summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-10-27 23:02:12 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-10-27 23:02:12 -0700
commit1c6f161bb97618fdef46118a7d93fe74a3dd4b4f (patch)
tree1ddc1ce5ee1cfbc6542ddc3cdd0c06be15edb461 /Cargo.toml
parent954d11c0832a0afe69abf8139b0f8b7f55b01e1a (diff)
downloadssh2-rs-1c6f161bb97618fdef46118a7d93fe74a3dd4b4f.zip
Specify the README
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9d3b21f..bc0ff17 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.0.1"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/APL2"
keywords = ["ssh"]
+readme = "README.md"
repository = "https://github.com/alexcrichton/ssh2-rs"
homepage = "https://github.com/alexcrichton/ssh2-rs"
documentation = "http://alexcrichton.com/ssh2-rs"