Begin initial attempt at getting zfs setup working
This commit is contained in:
parent
18651b63ed
commit
4fa553db56
15 changed files with 996 additions and 308 deletions
13
rust/program/zpool-setup/Cargo.toml
Normal file
13
rust/program/zpool-setup/Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "zpool-setup"
|
||||
edition = "2024"
|
||||
version = "1.0.0"
|
||||
metadata.crane.name = "zpool-setup"
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
clap = { workspace = true }
|
||||
common = { path = "../../lib/common" }
|
||||
log = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
hakari = { version = "0.1", path = "../../lib/hakari" }
|
Loading…
Add table
Add a link
Reference in a new issue