summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-24 14:14:22 +0200
committerSebastian Wiesner <sebastian@swsnr.de>2018-04-24 15:37:55 +0200
commitdfd6900bf964ebe93b45dc45863a944b3e9c81a5 (patch)
treeb6ea377587da746004c800898aecc30829a6801b /Cargo.toml
parent6a60e514c139baa0c6c1fe57a4d374fcccd29e9a (diff)
Add documentation in Cargo.toml
As this seems to be usable as a library as well, we should note the documentation location in the Cargo.toml file!
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 fa00ce8..d8585d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ description = "cat for markdown: Show markdown documents in terminals"
readme = "README.md"
homepage = "https://github.com/lunaryorn/mdcat"
repository = "https://github.com/lunaryorn/mdcat"
+documentation = "https://docs.rs/mdcat"
keywords = ["markdown", "less"]
version = "0.8.1-pre"
categories = ["command-line-utilities", "text-processing"]