diff options
| author | Max Audron <audron@cocaine.farm> | 2021-06-05 15:09:51 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-06-05 15:10:53 +0200 |
| commit | b39e2e9b26ebcdf00ccd215318680648e708db21 (patch) | |
| tree | 850e538493b7706ddbc25feeaf05b5e3b84abac4 /macros/Cargo.toml | |
| parent | add intensify (diff) | |
document proc macros
Diffstat (limited to 'macros/Cargo.toml')
| -rw-r--r-- | macros/Cargo.toml | 9 |
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 = "../" } |
