krata: rework into daemon / controller structure

This commit is contained in:
Alex Zenla
2024-03-05 11:35:25 +00:00
parent 17889d1c64
commit 8653fd6249
45 changed files with 1597 additions and 493 deletions

View File

@ -1,5 +1,5 @@
[package]
name = "kratactrl"
name = "kratactl"
version.workspace = true
edition = "2021"
resolver = "2"
@ -30,6 +30,7 @@ ipnetwork = { workspace = true }
tokio = { workspace = true }
futures = { workspace = true }
bytes = { workspace = true }
tokio-stream = { workspace = true }
[dependencies.krata]
path = "../shared"