support selecting a file from an archive

This commit is contained in:
Robin Appelman 2024-11-05 19:50:13 +01:00
commit 9634736d8c
5 changed files with 94 additions and 22 deletions

View file

@ -29,6 +29,7 @@ flate2 = "1.0.31"
xz2 = "0.1.7"
bzip2-rs = "0.1.2"
ruzstd = "0.7.2"
dialoguer = "0.11.0"
[target.'cfg(not(target_os = "windows"))'.dependencies]
tikv-jemallocator = "0.6.0"