write a metadata to uncompressed pak

This commit is contained in:
2025-07-28 18:45:11 +08:00
parent 6bd30c682d
commit c64a9a8fbb
5 changed files with 100 additions and 2 deletions

View File

@@ -18,3 +18,5 @@ rayon = "1.10"
parking_lot = "0.12"
colored = "3.0"
fs-err = "3.1.1"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.141"