From 4a0ccd287d9a83e7b2601815cb69576868b5583e Mon Sep 17 00:00:00 2001
From: Jorge Aparicio <japaricious@gmail.com>
Date: Tue, 27 Sep 2016 19:06:30 -0500
Subject: [PATCH] add documentation to Cargo.toml

---
 CHANGELOG.md | 4 ++++
 Cargo.toml   | 1 +
 2 files changed, 5 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3aacc7a..ccef2ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [Unreleased]
 
+### Added
+
+- Documentation link to Cargo metadata.
+
 ## [v0.1.0] - 2016-09-27
 
 ### Added
diff --git a/Cargo.toml b/Cargo.toml
index 60decfa..32387ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,6 @@
 [package]
 authors = ["Jorge Aparicio <japaricious@gmail.com>"]
+documentation = "https://docs.rs/volatile-register"
 description = "Volatile access to memory mapped hardware registers"
 license = "MIT OR Apache-2.0"
 keywords = ["volatile", "register"]
-- 
GitLab