Add structopt/clap to thep project

This commit is contained in:
Andrew Radev
2019-02-24 11:23:50 +02:00
parent 394b332147
commit 711314fe57
2 changed files with 121 additions and 0 deletions

View File

@ -7,6 +7,7 @@ edition = "2018"
[dependencies]
id3 = { git = "https://github.com/jameshurst/rust-id3" }
image = "0.21.0"
structopt = "0.2.14"
[dev-dependencies]
tempfile = "*"