queue declare

This commit is contained in:
nora 2022-02-26 21:55:17 +01:00
parent 606438f301
commit 8532d454c3
13 changed files with 255 additions and 71 deletions

3
Cargo.lock generated
View file

@ -30,6 +30,7 @@ version = "0.1.0"
dependencies = [
"bytes",
"parking_lot",
"rand",
"smallvec",
"thiserror",
"uuid",
@ -51,8 +52,10 @@ name = "amqp_messaging"
version = "0.1.0"
dependencies = [
"amqp_core",
"parking_lot",
"tokio",
"tracing",
"uuid",
]
[[package]]