Add MessagePack support for efficient cache serialization and update dependencies

This commit is contained in:
Will Miao
2025-05-28 22:30:06 +08:00
parent a0b0d40a19
commit e7c626eb5f
4 changed files with 187 additions and 3 deletions

View File

@@ -14,7 +14,8 @@ dependencies = [
"olefile", # for getting rid of warning message
"requests",
"toml",
"natsort"
"natsort",
"msgpack"
]
[project.urls]