8fdd0f71f5
To push the documentation link to crates.io, mostly.
21 lines
539 B
TOML
21 lines
539 B
TOML
[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"
|