diff options
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" |
