aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-06-21 09:07:36 +0200
committerMax Audron <audron@cocaine.farm>2021-06-21 09:07:36 +0200
commit805dba3689ec97bd3c9cf52569d49eddf276a851 (patch)
treef716b8c04d770304646948929751f01d93fc3a1d /Cargo.lock
parentrelease version 1.2.1 (diff)
publish macros subcrate
Diffstat (limited to '')
-rw-r--r--Cargo.lock34
1 files changed, 17 insertions, 17 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 41b786a..b3ef1ea 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"