build(tools):增加操作zip文件的支持。

This commit is contained in:
徐涛 2024-04-07 16:31:32 +08:00
parent abec71ce52
commit 4413b6a72c

View File

@ -10,3 +10,4 @@ cert_lib = { path = "../cert_lib" }
clap = { version = "4.5.4", features = ["derive"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
zip = "0.6.6"