Renamed package

This commit is contained in:
2022-03-22 17:56:46 +01:00
parent 82de403d8c
commit 27f30e0f9d
6 changed files with 10 additions and 13 deletions

View File

@@ -1,19 +1,16 @@
[package]
name = "id3-image"
name = "id3-image-rs"
version = "0.4.0"
authors = ["Andrew Radev <andrey.radev@gmail.com>"]
authors = ["Andrew Radev <andrey.radev@gmail.com>", "Pierre Hubert <pierre.git@communiquons.org>"]
edition = "2018"
description = "A tool to embed images into mp3 files"
description = "A tool to embed images into mp3 files (forked, updated and extended api)"
license = "MIT"
readme = "README.md"
repository = "https://github.com/AndrewRadev/id3-image"
documentation = "https://docs.rs/id3-image/latest/id3_image"
repository = "https://gitea.communiquons.org/pierre/id3-image-rs"
documentation = "https://docs.rs/id3-image-rs/latest/id3_image_rs"
keywords = [ "id3", "mp3", "images" ]
categories = [ "command-line-utilities", "filesystem", "multimedia" ]
[badges]
travis-ci = { repository = "AndrewRadev/id3-image" }
[dependencies]
anyhow = "1.0.56"
id3 = "1.0.2"