Add support to use key package in filelist.json

This commit is contained in:
2026-05-11 12:12:58 +08:00
parent 5feef20311
commit 39aa262fb2
8 changed files with 696 additions and 34 deletions

View File

@@ -143,9 +143,12 @@ utils-serde-base64bytes = ["base64"]
utils-simple-pack = ["zstd"]
utils-str = []
utils-xored-stream = []
private = ["serde", "toml", "chacha20?/xchacha"]
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.61", features = ["Win32_Globalization", "Win32_System_Diagnostics_Debug"] }
[build-dependencies]
parse-size = "1.1"
serde = { version = "1", features = ["derive"], optional = true }
toml = { version = "1.1", optional = true }