2019-01-26 02:54:44 +00:00
|
|
|
[package]
|
|
|
|
name = "id3-image"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Andrew Radev <andrey.radev@gmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2019-02-04 01:37:48 +00:00
|
|
|
id3 = { git = "https://github.com/jameshurst/rust-id3" }
|
2019-01-26 02:54:44 +00:00
|
|
|
image = "0.21.0"
|
2019-02-24 09:23:50 +00:00
|
|
|
structopt = "0.2.14"
|
2019-02-17 19:55:04 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
tempfile = "*"
|