mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-12 13:42:34 +00:00
.
This commit is contained in:
parent
6abb1e9d4d
commit
f2c743d81e
2 changed files with 4 additions and 1 deletions
|
@ -15,4 +15,4 @@ mp4ameta = "0.6"
|
|||
metaflac = "0.2"
|
||||
beef = "0.4.4"
|
||||
thiserror = "1.0.21"
|
||||
audiotags-dev-macro = {path = "./audiotags-dev-macro"}
|
||||
audiotags-dev-macro = "0.1.0"
|
|
@ -3,6 +3,9 @@ name = "audiotags-dev-macro"
|
|||
version = "0.1.0"
|
||||
authors = ["Tianyi <ShiTianyi2001@outlook.com>"]
|
||||
edition = "2018"
|
||||
description = "macros used during the development of audiotags"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/TianyiShi2001/audiotags"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
Loading…
Reference in a new issue