mirror of
https://github.com/geoffsee/predict-otron-9001.git
synced 2025-09-08 22:46:44 +00:00
18 lines
317 B
TOML
18 lines
317 B
TOML
[package]
|
|
name = "helm-chart-tool"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[[bin]]
|
|
name = "helm-chart-tool"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
toml = "0.8"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
anyhow = "1.0"
|
|
clap = { version = "4.0", features = ["derive"] }
|
|
walkdir = "2.0" |