This commit is contained in:
Tianyi 2020-10-27 11:44:57 +00:00
parent 6abb1e9d4d
commit f2c743d81e
2 changed files with 4 additions and 1 deletions

View file

@ -15,4 +15,4 @@ mp4ameta = "0.6"
metaflac = "0.2" metaflac = "0.2"
beef = "0.4.4" beef = "0.4.4"
thiserror = "1.0.21" thiserror = "1.0.21"
audiotags-dev-macro = {path = "./audiotags-dev-macro"} audiotags-dev-macro = "0.1.0"

View file

@ -3,6 +3,9 @@ name = "audiotags-dev-macro"
version = "0.1.0" version = "0.1.0"
authors = ["Tianyi <ShiTianyi2001@outlook.com>"] authors = ["Tianyi <ShiTianyi2001@outlook.com>"]
edition = "2018" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html