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 /Cargo.lock | |
| parent | add intensify (diff) | |
document proc macros
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -436,9 +436,16 @@ dependencies = [ name = "macros" version = "0.1.0" dependencies = [ + "anyhow", + "catinator", + "futures", + "irc", "proc-macro2", "quote", + "regex", "syn", + "tokio", + "tracing", ] [[package]] |
