id3-image-rs/Cargo.toml
2019-02-24 11:23:50 +02:00

14 lines
262 B
TOML

[package]
name = "id3-image"
version = "0.1.0"
authors = ["Andrew Radev <andrey.radev@gmail.com>"]
edition = "2018"
[dependencies]
id3 = { git = "https://github.com/jameshurst/rust-id3" }
image = "0.21.0"
structopt = "0.2.14"
[dev-dependencies]
tempfile = "*"