aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-06-05 15:09:51 +0200
committerMax Audron <audron@cocaine.farm>2021-06-05 15:10:53 +0200
commitb39e2e9b26ebcdf00ccd215318680648e708db21 (patch)
tree850e538493b7706ddbc25feeaf05b5e3b84abac4 /macros/Cargo.toml
parentadd intensify (diff)
document proc macros
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 30019d7..a833e36 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -10,3 +10,12 @@ proc-macro = true
syn = { version = "1", features = ["parsing"] }
proc-macro2 = "1"
quote = "1"
+
+[dev-dependencies]
+tokio = "*"
+futures = "*"
+irc = { version = "0.15", features = ["json", "tls-rust"], default_features = false }
+tracing = "*"
+anyhow = "*"
+regex = "*"
+catinator = { path = "../" }