TravisCI badges

This commit is contained in:
Andrew Radev 2019-03-16 11:33:44 +02:00
parent 3857f46ab2
commit ee03521da6
2 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,9 @@ documentation = "https://docs.rs/id3-image/latest/id3_image"
keywords = [ "id3", "mp3", "images" ]
categories = [ "command-line-utilities", "filesystem", "multimedia" ]
[badges]
travis-ci = { repository = "AndrewRadev/id3-image" }
[dependencies]
id3 = "0.3.0"
image = "0.21.0"

View File

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/AndrewRadev/id3-image.svg?branch=master)](https://travis-ci.org/AndrewRadev/id3-image)
This tool wraps the [rust-id3](https://github.com/jameshurst/rust-id3) library to provide an easy way to manipulate embedded cover art in an mp3 file. The embedded image usually gets picked up by music players and thumbnail generators.
The project was made for my own personal usage, so it likely makes assumptions that are not ideal for all cases. If it doesn't work for you, please open [a github issue](https://github.com/AndrewRadev/id3-image/issues).