aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = "../" }
+
>Max Audron-1/+2 2021-10-20remove failing wolfram alpha test casesMax Audron-105/+55 2021-10-20bump version to 1.6.2Max Audron-3/+2 2021-10-20prepare for release on crates.ioMax Audron-39/+65 2021-10-20add async docs to macro crate and bump versionMax Audron-9/+10 2021-10-20change hook errors to be logged as warningsMax Audron-3/+3 2021-10-20fix configuration not loading correctly on release buildsMax Audron-8/+23 2021-10-19replace sedregex crate8-rework-sedMax Audron-20/+358 2021-10-19add formatting trait for irc codesMax Audron-0/+129 2021-10-17fix links in readmeMax Audron-2/+2 > 2021-06-05switch to https url for tanka util libMax Audron-2/+2 2021-06-05bump version to 1.0.2Max Audron-2/+2 2021-06-05add tanka ci configurationMax Audron-1/+1 2021-06-05ready tanka deploy for CIMax Audron-32/+69 2021-06-05remove tanka vendoringMax Audron-27651/+0 2021-05-26Release 1.0.1Max Audron-3/+3 2021-05-26fix log breaking once buffer fullMax Audron-2/+33 2021-05-16add deployment stuffMax Audron-6/+27786 2021-05-15add container buildMax Audron-2/+35