Skip to content

Commit aa2e30a

Browse files
committed
Add support for usermode crashdumps
1 parent dd20648 commit aa2e30a

File tree

4 files changed

+329
-1
lines changed

4 files changed

+329
-1
lines changed

Cargo.lock

Lines changed: 196 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ clap = { version = "4.4.11", features = ["derive"] }
1515
futures = "0.3"
1616
indicatif = { version = "0.17.2", features = ["tokio"] }
1717
mime = "0.3"
18+
minidump = "0.22.2"
1819
pdb = "0.8.0"
1920
rand = "0.8"
2021
reqwest = "0.11.13"

0 commit comments

Comments
 (0)