summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2016-08-15 17:51:44 +0300
committerCyril Plisko <cyril.plisko@mountall.com>2016-08-15 17:51:54 +0300
commit16488c8ca6485ab311cef6d394adfb68f4bec644 (patch)
tree2e5d876f908a14a780db4bc2d8a5a3230cd4c519 /Cargo.toml
parent9ce58541354e315d7ca6e9fb2f1ed426890f0cf1 (diff)
Add documentation URL
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 98888cf..6cc0cdd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,7 @@
[package]
authors = ["Cyril Plisko <cyril.plisko@mountall.com>"]
description = "Helps pipe your output through an external pager"
+documentation = "https://imp.gitlab.io/pager-rs/pager"
repository = "https://gitlab.com/imp/pager-rs.git"
keywords = ["pager", "less", "more"]
license = "Apache-2.0/MIT"