Add extra meta-data to support crates.io
This commit is contained in:
parent
da11be1259
commit
933f08a336
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@
|
|||
name = "zip"
|
||||
version = "0.0.1"
|
||||
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/mvdnes/zip-rs.git"
|
||||
description = """
|
||||
Library to support the reading and writing of zip files.
|
||||
"""
|
||||
|
||||
[dependencies]
|
||||
flate2 = "*"
|
||||
|
|
Loading…
Add table
Reference in a new issue