aboutsummaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-06-23 19:14:43 +0200
committerMax Audron <audron@cocaine.farm>2021-06-23 19:16:24 +0200
commita62117af1f5cacbe7d801259b7e97ef130aad0ac (patch)
tree17031bf8b5f2da414bcefb3ab39563cc62dba994 /macros
parentadd ability to use path and dotted syntax for functions (diff)
add required metadata for publishing to macros crate
Diffstat (limited to '')
-rw-r--r--macros/Cargo.toml17
1 files 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 = "../" }
+