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