first commit

This commit is contained in:
2026-04-13 22:17:10 -06:00
commit 18e22b2207
10 changed files with 3600 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "zfs-stats"
version = "0.1.0"
edition = "2021"
[dependencies]
ratatui = "0.30"
crossterm = "0.29"
anyhow = "1"