daemon: rework to not use protobuf inside the crate

This commit is contained in:
Alex Zenla
2024-03-30 09:29:03 +00:00
parent 660b555be7
commit 71dcaa7b77
14 changed files with 43 additions and 96 deletions

View File

@ -16,8 +16,8 @@ bytes = { workspace = true }
clap = { workspace = true }
env_logger = { workspace = true }
futures = { workspace = true }
krata = { path = "../krata", version = "0.0.2" }
krata-runtime = { path = "../runtime", version = "0.0.2" }
krata = { path = "../krata", version = "0.0.3" }
krata-runtime = { path = "../runtime", version = "0.0.3" }
log = { workspace = true }
prost = { workspace = true }
redb = { workspace = true }
@ -33,6 +33,3 @@ name = "kratad"
[[bin]]
name = "kratad"
path = "bin/daemon.rs"
[build-dependencies]
prost-build = { workspace = true }