From d6946973f49e6d6b181ed0efb6d40c23c8afdb7d Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Tue, 8 Oct 2024 14:22:06 -0400 Subject: Add support for zstd compressed DWARF, simplify handling of zlib compressed DWARF, improve DWARF error handling --- rust/examples/dwarf/shared/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rust/examples/dwarf/shared/Cargo.toml') 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" -- cgit v1.3.1