inject dependency on haesli_messaging into haesli_transport to simplify dependency graph

This commit is contained in:
nora 2022-03-20 21:19:43 +01:00
parent 92e3ac486b
commit b4ecb6b5d4
8 changed files with 47 additions and 16 deletions

View file

@ -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"] }