feat(storage): add configuration format, accept custom fs dir

This commit is contained in:
2026-02-03 22:30:51 -08:00
parent 9b2c1d0624
commit 1d05bb8944
6 changed files with 186 additions and 13 deletions

View File

@@ -5,14 +5,18 @@ edition = "2024"
[dependencies]
clap = { version = "4.5.56", features = ["derive"] }
console = "0.16.2"
ctrlc = "3.5.1"
dirs = "6.0.0"
flate2 = "1.1.8"
indicatif = "0.18.3"
serde = { version = "1.0.228", features = ["derive"] }
shellexpand = "3.1.1"
tar = "0.4.44"
tempfile = "3.24.0"
thiserror = "2.0.18"
thiserror-ext = "0.3.0"
toml = "0.9.11"
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
walkdir = "2.5.0"