machines/rust/program/disko-zpool-expand/Cargo.toml
Kaare Hoff Skovgaard f0725c503f
Some checks failed
/ dev-shell (push) Successful in 2m7s
/ rust-packages (push) Successful in 2m22s
/ terraform-providers (push) Successful in 53s
/ check (push) Failing after 3m31s
/ systems (push) Successful in 26m15s
Implement resizing of zpool
2025-08-04 02:20:26 +02:00

13 lines
341 B
TOML

[package]
name = "disko-zpool-expand"
edition = "2024"
version = "1.0.0"
metadata.crane.name = "disko-zpool-expand"
[dependencies]
anyhow = { workspace = true }
clap = { workspace = true }
common = { path = "../../lib/common" }
log = { workspace = true }
serde = { workspace = true }
hakari = { version = "0.1", path = "../../lib/hakari" }