From b4de27b377ee5231258cfc0bb38bb36364f909a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Sun, 27 Dec 2020 13:17:02 +0900 Subject: [PATCH] Publish --- macros/eq_ignore/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/macros/eq_ignore/Cargo.toml b/macros/eq_ignore/Cargo.toml index 11824883675..d86af4478a7 100644 --- a/macros/eq_ignore/Cargo.toml +++ b/macros/eq_ignore/Cargo.toml @@ -1,7 +1,11 @@ [package] authors = ["강동윤 "] +description = "Macros for EqIgnoreSpan and TypeEq." +documentation = "https://swc.rs/rustdoc/swc_eq_ignore_macros/" edition = "2018" +license = "Apache-2.0/MIT" name = "swc_eq_ignore_macros" +repository = "https://github.com/swc-project/swc.git" version = "0.1.0" [lib] @@ -11,4 +15,4 @@ proc-macro = true pmutil = "0.5.3" proc-macro2 = "1.0.24" quote = "1.0.7" -syn = "1.0.54" +syn = {version = "1.0.54", features = ["full"]}