From 6b0dec58fa3c8efd2fdb2c8e3aeb42c4700e82a9 Mon Sep 17 00:00:00 2001 From: Mathijs van de Nes Date: Thu, 2 Jul 2015 10:18:06 +0200 Subject: [PATCH] Add extra info to Cargo.toml --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index de9b7e7f..db708214 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,12 @@ [package] name = "zip" -version = "0.1.8" +version = "0.1.9" authors = ["Mathijs van de Nes "] license = "MIT" repository = "https://github.com/mvdnes/zip-rs.git" +documentation = "http://mvdnes.github.io/rust-docs/zip-rs/zip/index.html" +keywords = ["zip", "archive"] description = """ Library to support the reading and writing of zip files. """