Add extra meta-data to support crates.io

This commit is contained in:
Mathijs van de Nes 2014-11-21 10:00:16 +01:00
parent da11be1259
commit 933f08a336

View file

@ -3,6 +3,11 @@
name = "zip" name = "zip"
version = "0.0.1" version = "0.0.1"
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"] 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] [dependencies]
flate2 = "*" flate2 = "*"