mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-19 18:34:37 +08:00
Add support to use key package in filelist.json
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user