From 5f8d1e128ef1cc27cf7968b948c9a157899658f2 Mon Sep 17 00:00:00 2001 From: Konstantin Stepanov Date: Tue, 16 Jun 2015 13:03:09 +0300 Subject: [PATCH] add documentation link to cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b1644f93..f5c068dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ authors = [ "The html5ever Project Developers" ] license = "MIT / Apache-2.0" repository = "https://github.com/servo/html5ever" description = "High-performance browser-grade HTML5 parser" +documentation = "https://kmcallister.github.io/docs/html5ever/html5ever/index.html" [lib] name = "html5ever"