mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 19:55:03 +01:00
add dashboard
This commit is contained in:
parent
077b6fd633
commit
dc8efd4e4e
13 changed files with 777 additions and 33 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[workspace]
|
||||
members = [".", "./amqp_transport", "xtask"]
|
||||
members = [".", "amqp_core", "amqp_dashboard", "amqp_transport","xtask"]
|
||||
|
||||
[package]
|
||||
name = "amqp"
|
||||
|
|
@ -10,7 +10,9 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.53"
|
||||
amqp_core = { path = "./amqp_core" }
|
||||
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