feat(storage): add configuration format, accept custom fs dir
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user