Initial commit.

This commit is contained in:
2018-02-12 14:52:30 +01:00
commit 67cde2164d
4 changed files with 662 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "megaunpack"
version = "0.1.0"
authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
[dependencies]
mime = "0.3"
mime_guess = "2.0.0-alpha.3"
structopt = "0.2"
structopt-derive = "0.2"
unrar = "0.4"
walkdir = "2.0"