zip-rs-wasm/Cargo.toml
Mathijs van de Nes 2e8baed799 Initial io conversion
- Convert most of the writer code to Write instead of Writer
- Add ioconverter module to convert between old and new IO
- Fix reader for new flate2
2015-02-24 13:00:55 +01:00

15 lines
298 B
TOML

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