From 5420f8aa3d80689943541c57809d2f9f3859a373 Mon Sep 17 00:00:00 2001 From: Marli Frost Date: Sun, 14 Feb 2021 12:32:05 +0000 Subject: [PATCH] docs: update Cargo.toml for new project --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f063a921..92204608 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,9 @@ [package] name = "zip" -version = "0.5.9" -authors = ["Mathijs van de Nes "] +version = "0.5.10" +authors = ["Mathijs van de Nes ", "Marli Frost ", "Ryan Levick "] license = "MIT" -repository = "https://github.com/mvdnes/zip-rs.git" -documentation = "http://mvdnes.github.io/rust-docs/zip-rs/zip/index.html" +repository = "https://github.com/zip/zip-rs.git" keywords = ["zip", "archive"] description = """ Library to support the reading and writing of zip files.