zip-rs-wasm/Cargo.toml
Mathijs van de Nes 1a2e5a0fe3 Bump version
2015-01-29 11:06:42 +01:00

15 lines
298 B
TOML

[package]
name = "zip"
version = "0.0.9"
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 = "*"
bzip2 = "*"
time = "*"