kratactl: implement output formats

This commit is contained in:
Alex Zenla
2024-03-23 04:07:48 +00:00
parent 3b5e3a077a
commit 6c0e14da6a
8 changed files with 162 additions and 7 deletions

View File

@ -14,7 +14,10 @@ ctrlc = { workspace = true, features = ["termination"] }
env_logger = { workspace = true }
krata = { path = "../krata" }
log = { workspace = true }
prost-reflect = { workspace = true, features = ["serde"] }
serde = { workspace = true }
serde_json = { workspace = true }
serde_yaml = { workspace = true }
signal-hook = { workspace = true }
tokio = { workspace = true }
tokio-stream = { workspace = true }