chore: expose PruneConfig in CLI args (#10639)

Co-authored-by: garwah <garwah@garwah>
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
This commit is contained in:
garwah
2024-09-06 20:58:44 +10:00
committed by GitHub
parent 3e2c34ac6c
commit b13e982cd4
8 changed files with 385 additions and 29 deletions

View File

@ -57,6 +57,7 @@ derive_more.workspace = true
toml.workspace = true
serde.workspace = true
strum = { workspace = true, features = ["derive"] }
thiserror.workspace = true
# io
dirs-next = "2.0.0"