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]
|
[package]
|
||||||
|
|
||||||
name = "zip"
|
name = "zip"
|
||||||
version = "0.1.8"
|
version = "0.1.9"
|
||||||
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
|
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/mvdnes/zip-rs.git"
|
repository = "https://github.com/mvdnes/zip-rs.git"
|
||||||
|
documentation = "http://mvdnes.github.io/rust-docs/zip-rs/zip/index.html"
|
||||||
|
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