From a62117af1f5cacbe7d801259b7e97ef130aad0ac Mon Sep 17 00:00:00 2001 From: Max Audron Date: Wed, 23 Jun 2021 19:14:43 +0200 Subject: add required metadata for publishing to macros crate --- macros/Cargo.toml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index b4e8639..7757e3b 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -2,6 +2,12 @@ name = "catinator_macros" version = "0.2.0" edition = "2018" +description = "proc macros for catinator" +license = "ISC" +homepage = "https://gitlab.com/cocainefarm/gnulag/catinator" +repository = "https://gitlab.com/cocainefarm/gnulag/catinator" +documentation = "https://docs.rs/catinator_macros" + [lib] proc-macro = true @@ -12,10 +18,11 @@ proc-macro2 = "1" quote = "1" [dev-dependencies] -tokio = "*" -futures = "*" +tokio = "1" +futures = "0" irc = { version = "0.15", features = ["json", "tls-rust"], default_features = false } -tracing = "*" -anyhow = "*" -regex = "*" +tracing = "0" +anyhow = "1" +regex = "1" catinator = { path = "../" } + -- cgit v1.2.3