diff options
| author | KyleMiles <krm504@nyu.edu> | 2023-05-10 10:47:48 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2023-07-10 12:58:34 -0400 |
| commit | 83d041e4cfd64179f8bbc60752ded78c6f037b85 (patch) | |
| tree | 5b9368f65884feba6e3efd3f3b33d6249a45d01c /rust/Cargo.toml | |
| parent | 04bc6f11ae0289aae57d63d4cd32f4ef305d1a7a (diff) | |
Move DWARF Export in to DWARF folder in Rust API examples folder
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 84976d3c..09058847 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -18,8 +18,8 @@ binaryninjacore-sys = { path = "binaryninjacore-sys" } members = [ "examples/basic_script", "examples/decompile", + "examples/dwarf/dwarf_export", "examples/dwarfdump", - "examples/dwarfexport", "examples/flowgraph", "examples/minidump", "examples/template" |
