This repository has been archived on 2024-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
check-da-helm/Cargo.toml
Nikolai Rodionov 1c29b32407 fix: helmfile and argocd are working again
- The tool was totally broken, not it works again
- Development has been moved to my Gitea server
- A basic test for helmfile is added
- A basic drone pipeline is added
2023-03-16 15:02:23 +01:00

22 lines
524 B
TOML

[package]
name = "cdh"
authors = ["allanger <allanger@zohomail.com>"]
version = "0.1.3"
description = "Your helm releases are outdated, aren't they? Now you can check"
edition = "2021"
[dependencies]
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
log = "0.4.17"
env_logger = "0.10.0"
version-compare = "0.1.0"
clap = { version = "4.1.1", features = ["derive", "env"] }
serde_yaml = "0.9.16"
tabled = "0.10.0"
handlebars = "4.3.1"
clap_complete = "4.0.6"
[dev-dependencies]
tempfile = "3.4.0"