mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
kratactl: implement output formats
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user