From b39e2e9b26ebcdf00ccd215318680648e708db21 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sat, 5 Jun 2021 15:09:51 +0200 Subject: document proc macros --- macros/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'macros/Cargo.toml') 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 = "../" } -- cgit v1.2.3