docs: update Cargo.toml for new project

This commit is contained in:
Marli Frost 2021-02-14 12:32:05 +00:00
parent 229fe94bdf
commit 5420f8aa3d
No known key found for this signature in database
GPG key ID: CB0BEA7CF9BD1245

View file

@ -1,10 +1,9 @@
[package] [package]
name = "zip" name = "zip"
version = "0.5.9" version = "0.5.10"
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"] authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>", "Marli Frost <marli@frost.red>", "Ryan Levick <ryan.levick@gmail.com>"]
license = "MIT" license = "MIT"
repository = "https://github.com/mvdnes/zip-rs.git" repository = "https://github.com/zip/zip-rs.git"
documentation = "http://mvdnes.github.io/rust-docs/zip-rs/zip/index.html"
keywords = ["zip", "archive"] keywords = ["zip", "archive"]
description = """ description = """
Library to support the reading and writing of zip files. Library to support the reading and writing of zip files.