feat: basic foundations

This commit is contained in:
Tamipes 2025-11-25 16:18:38 +01:00
parent 5874d06016
commit e7d06a45f6
5 changed files with 112 additions and 125 deletions

View file

@ -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"] }