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

@ -43,10 +43,12 @@ memchr = "2"
netlink-packet-route = "0.19.0"
nix = "0.28.0"
oci-spec = "0.6.4"
once_cell = "1.19.0"
path-absolutize = "3.1.1"
path-clean = "1.0.1"
prost = "0.12.3"
prost-build = "0.12.3"
prost-reflect-build = "0.13.0"
rand = "0.8.5"
redb = "1.5.0"
rtnetlink = "0.14.1"
@ -78,6 +80,10 @@ version = "0.4.6"
version = "4.4.18"
features = ["derive"]
[workspace.dependencies.prost-reflect]
version = "0.13.0"
features = ["derive"]
[workspace.dependencies.reqwest]
version = "0.12.0"
default-features = false