fix bsod analyse (half)

This commit is contained in:
Julian Freeman
2025-11-26 19:10:50 -04:00
parent 4fe4150069
commit ea3bdd80e0
4 changed files with 201 additions and 280 deletions

View File

@@ -27,7 +27,11 @@ wmi = "0.13"
chrono = { version = "0.4", features = ["serde"] }
tokio = { version = "1", features = ["full"] }
minidump = "0.19"
minidump-processor = "0.19"
# [新增] 用于解析 BlueScreenView 导出的 CSV
csv = "1.3"
# [新增] 用于处理可能的文件编码问题
encoding_rs = "0.8"
encoding_rs_io = "0.1"
[features]
# this feature is used for production builds or when `devPath` points to the filesystem