Renamed package
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@@ -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"
|
||||
|
Reference in New Issue
Block a user