Initial commit.

This commit is contained in:
2020-07-26 09:55:03 +02:00
commit a168030929
3 changed files with 48 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "io-decompress"
version = "0.1.0"
authors = ["Anders Olsson <anders.e.olsson@gmail.com>"]
edition = "2018"
[dependencies]
bzip2 = "0.4"
flate2 = "1.0"
mime = "0.3"
mime_guess = "2.0"