Begin initial attempt at getting zfs setup working

This commit is contained in:
Kaare Hoff Skovgaard 2025-08-06 23:27:26 +02:00
parent 18651b63ed
commit 4fa553db56
Signed by: khs
GPG key ID: C7D890804F01E9F0
15 changed files with 996 additions and 308 deletions

View file

@ -1,13 +0,0 @@
[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" }