From f2c743d81e72c7cd455eae50810fa182ec4600ef Mon Sep 17 00:00:00 2001 From: Tianyi Date: Tue, 27 Oct 2020 11:44:57 +0000 Subject: [PATCH] . --- Cargo.toml | 2 +- audiotags-dev-macro/Cargo.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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