docs: update Cargo.toml for new project
This commit is contained in:
parent
229fe94bdf
commit
5420f8aa3d
1 changed files with 3 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue