feat: basic foundations
This commit is contained in:
parent
5874d06016
commit
e7d06a45f6
5 changed files with 112 additions and 125 deletions
|
|
@ -24,16 +24,16 @@ tracing-subscriber = "0.3.17"
|
|||
# Needed to parse data to yaml in kubectl
|
||||
serde = "1.0.130"
|
||||
serde_json = "1.0.68"
|
||||
serde_derive = "1.0.130"
|
||||
serde_yaml = "0.9.19"
|
||||
serde-value = "0.7.0"
|
||||
|
||||
# .with_context()
|
||||
# Should be a error handling and context library
|
||||
anyhow = "1.0.71"
|
||||
# Open the $EDITOR
|
||||
edit = "0.1.3"
|
||||
# CLI arg parser
|
||||
clap = { version = "4.0", default-features = false, features = ["std", "cargo", "derive"] }
|
||||
|
||||
futures = { version = "0.3.17", default-features = false }
|
||||
either = "1.6.1"
|
||||
nix = { version= "0.30.1", features = [ "zerocopy"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue