diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-10-08 14:22:06 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-10-08 14:22:06 -0400 |
| commit | d6946973f49e6d6b181ed0efb6d40c23c8afdb7d (patch) | |
| tree | 3fa1a1af0a44aaf5fead1cc38a69b995d91f6d9c /rust/examples/dwarf/shared/Cargo.toml | |
| parent | a81692cde97ba3a0b51b5fc43d2680a973a0e329 (diff) | |
Add support for zstd compressed DWARF, simplify handling of zlib compressed DWARF, improve DWARF error handling
Diffstat (limited to 'rust/examples/dwarf/shared/Cargo.toml')
| -rw-r--r-- | rust/examples/dwarf/shared/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/examples/dwarf/shared/Cargo.toml b/rust/examples/dwarf/shared/Cargo.toml index c5b9a978..ac20aac1 100644 --- a/rust/examples/dwarf/shared/Cargo.toml +++ b/rust/examples/dwarf/shared/Cargo.toml @@ -7,3 +7,5 @@ edition = "2021" [dependencies] binaryninja = {path="../../../"} gimli = "0.31" +zstd = "0.13.2" +thiserror = "1.0" |
