mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-15 20:25:02 +01:00
add amqp_messaging
This commit is contained in:
parent
45196c722c
commit
3b656b911a
8 changed files with 51 additions and 12 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[workspace]
|
||||
members = [".", "amqp_core", "amqp_dashboard", "amqp_transport","xtask"]
|
||||
members = [".", "amqp_core", "amqp_dashboard", "amqp_messaging", "amqp_transport","xtask"]
|
||||
|
||||
[package]
|
||||
name = "amqp"
|
||||
|
|
@ -15,4 +15,4 @@ amqp_dashboard = { path = "./amqp_dashboard" }
|
|||
amqp_transport = { path = "./amqp_transport" }
|
||||
tokio = { version = "1.16.1", features = ["full"] }
|
||||
tracing = "0.1.30"
|
||||
tracing-subscriber = "0.3.8"
|
||||
tracing-subscriber = { version = "0.3.8", features = ["env-filter"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue