Initial commit.
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user