From a45b49b5a0e2e3a7545820c269978ab2f236ceea Mon Sep 17 00:00:00 2001 From: Thijs Cadier Date: Sat, 23 Jan 2016 18:02:44 +0100 Subject: [PATCH] Add documentation url to Cargo.toml --- Cargo.toml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index efd954e..9187a33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,13 @@ [package] -name = "mongo_driver" -version = "0.2.0" -authors = ["Thijs Cadier "] -description = "Mongo Rust driver built on top of the Mongo C driver" -readme = "README.md" -repository = "https://github.com/thijsc/mongo-rust-driver" -keywords = ["mongodb", "database"] -license = "MIT/Apache-2.0" +name = "mongo_driver" +version = "0.2.0" +authors = ["Thijs Cadier "] +description = "Mongo Rust driver built on top of the Mongo C driver" +readme = "README.md" +documentation = "http://thijsc.github.io/mongo-rust-driver/mongo_driver/" +repository = "https://github.com/thijsc/mongo-rust-driver" +keywords = ["mongodb", "database"] +license = "MIT/Apache-2.0" [[test]] name = "tests"