diff options
| author | Glenn Smith <glenn@vector35.com> | 2024-09-23 17:15:17 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2024-10-17 17:33:52 -0400 |
| commit | 8149774201203326096099394434871992996628 (patch) | |
| tree | d968976df167dc74090f61051c41ca30e5cc7c8e /rust/Cargo.lock | |
| parent | 5353484086517832418955474757290903351986 (diff) | |
Demangler plugin API
Closes #467
Diffstat (limited to 'rust/Cargo.lock')
| -rw-r--r-- | rust/Cargo.lock | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 3b8c11e2..a3c62e33 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1040,6 +1040,14 @@ dependencies = [ ] [[package]] +name = "test_demangler" +version = "0.1.0" +dependencies = [ + "binaryninja", + "log", +] + +[[package]] name = "thiserror" version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" |
