Add extra info to Cargo.toml
This commit is contained in:
parent
4e3c597910
commit
6b0dec58fa
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
|||
[package]
|
||||
|
||||
name = "zip"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
|
||||
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.
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue