id3-image 0.1.1

A tool to embed images into mp3 files
Documentation
[package]
name = "id3-image"
version = "0.1.1"
authors = ["Andrew Radev <andrey.radev@gmail.com>"]
edition = "2018"
description = "A tool to embed images into mp3 files"
license = "MIT"
readme = "README.md"
repository = "https://github.com/AndrewRadev/id3-image"
documentation = "https://docs.rs/id3-image/latest/id3_image"
keywords = [ "id3", "mp3", "images" ]
categories = [ "command-line-utilities", "filesystem", "multimedia" ]

[dependencies]
id3 = "0.3.0"
image = "0.21.0"
structopt = "0.2.14"

[dev-dependencies]
tempfile = "3.0.6"