mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 19:55:03 +01:00
inject dependency on haesli_messaging into haesli_transport to simplify dependency graph
This commit is contained in:
parent
92e3ac486b
commit
b4ecb6b5d4
8 changed files with 47 additions and 16 deletions
|
|
@ -20,6 +20,7 @@ edition = "2021"
|
|||
anyhow = "1.0.53"
|
||||
haesli_core = { path = "./haesli_core" }
|
||||
haesli_dashboard = { path = "./haesli_dashboard" }
|
||||
haesli_messaging = { path = "./haesli_messaging" }
|
||||
haesli_transport = { path = "./haesli_transport" }
|
||||
clap = { version = "3.1.5", features = ["derive"] }
|
||||
tokio = { version = "1.16.1", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue