diff --git a/Cargo.toml b/Cargo.toml index 379652e7..6a433bdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"} \ No newline at end of file +audiotags-dev-macro = "0.1.0" \ No newline at end of file diff --git a/audiotags-dev-macro/Cargo.toml b/audiotags-dev-macro/Cargo.toml index 1085443b..84831abb 100644 --- a/audiotags-dev-macro/Cargo.toml +++ b/audiotags-dev-macro/Cargo.toml @@ -3,6 +3,9 @@ name = "audiotags-dev-macro" version = "0.1.0" authors = ["Tianyi "] 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