From c66aec1c86a4a3416f137fd17a86bfe117d33a6c Mon Sep 17 00:00:00 2001 From: Mika Attila Date: Mon, 9 Mar 2015 21:17:41 +0100 Subject: [PATCH] Add documentation link --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 37205b56..6d90a5a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ license = "MIT" description = "Rust bindings to libnotify" readme = "README.md" repository = "https://github.com/crumblingstatue/rust-libnotify" +documentation = "http://crumblingstatue.github.io/doc/libnotify/libnotify/" keywords = ["libnotify", "notification"] [dependencies]