diff options
| author | Max Audron <audron@cocaine.farm> | 2021-06-21 09:07:36 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-06-21 09:07:36 +0200 |
| commit | 805dba3689ec97bd3c9cf52569d49eddf276a851 (patch) | |
| tree | f716b8c04d770304646948929751f01d93fc3a1d /Cargo.lock | |
| parent | release version 1.2.1 (diff) | |
publish macros subcrate
Diffstat (limited to '')
| -rw-r--r-- | Cargo.lock | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -77,10 +77,10 @@ version = "1.2.1" dependencies = [ "anyhow", "base64", + "catinator_macros", "futures", "irc", "irc-proto", - "macros", "rand", "regex", "sasl", @@ -94,6 +94,22 @@ dependencies = [ ] [[package]] +name = "catinator_macros" +version = "0.1.0" +dependencies = [ + "anyhow", + "catinator", + "futures", + "irc", + "proc-macro2", + "quote", + "regex", + "syn", + "tokio", + "tracing", +] + +[[package]] name = "cc" version = "1.0.67" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -434,22 +450,6 @@ dependencies = [ ] [[package]] -name = "macros" -version = "0.1.0" -dependencies = [ - "anyhow", - "catinator", - "futures", - "irc", - "proc-macro2", - "quote", - "regex", - "syn", - "tokio", - "tracing", -] - -[[package]] name = "matchers" version = "0.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" |
