From 4a5dfb1998336bdf0afd404b717263c9a4cebf35 Mon Sep 17 00:00:00 2001 From: Nikolai Vazquez Date: Tue, 17 Apr 2018 18:49:59 -0400 Subject: [PATCH] Add documentation URL to manifest --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a3530aa..f3a8e1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "cocoa" description = "Bindings to Cocoa for OS X" homepage = "https://github.com/servo/cocoa-rs" +documentation = "https://docs.rs/cocoa/" repository = "https://github.com/servo/cocoa-rs" version = "0.14.0" authors = ["The Servo Project Developers"]