use fs_err for better std::fs errors

This commit is contained in:
2025-07-25 19:33:47 +08:00
parent 87d808dc3b
commit 601e217276
3 changed files with 16 additions and 4 deletions

View File

@@ -17,3 +17,4 @@ indicatif = "0.18"
rayon = "1.10"
parking_lot = "0.12"
colored = "3.0"
fs-err = "3.1.1"