zipper 0.0.2

A zipping library.
Documentation
[package]
name = "zipper"
version = "0.0.2"
authors = ["Russley Shaw <russleyshaw@gmail.com>"]
license = "MIT"
description = "A zipping library."
homepage = "https://github.com/russleyshaw/zipper-rs"
repository = "https://github.com/russleyshaw/zipper-rs"

[lib]
name = "zipper"
crate-type = ["lib"]

[dependencies]
log = "0.4.8"
env_logger = "0.6.2"
chrono = "0.4.7"

[dependencies.crc]
path = "crc-rs/"
version = "1.8.1"