fix: preserve modified time when creating/extracting zip files

This commit is contained in:
Jason Rodney Hansen 2026-02-28 12:31:55 -07:00
parent ba89d191d9
commit 7a90e62093
4 changed files with 81 additions and 13 deletions

View file

@ -60,6 +60,7 @@ md-5 = "0.10.6"
png = "0.18"
jxl-oxide = { version = "0.12.5", features = ["image"] }
num_cpus = "1.17.0"
filetime = "0.2"
# Completion-based IO runtime to enable io_uring / IOCP file IO support.
[dependencies.compio]