From 8149774201203326096099394434871992996628 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 23 Sep 2024 17:15:17 -0400 Subject: Demangler plugin API Closes #467 --- rust/Cargo.lock | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'rust/Cargo.lock') diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 3b8c11e2..a3c62e33 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1039,6 +1039,14 @@ dependencies = [ "binaryninja", ] +[[package]] +name = "test_demangler" +version = "0.1.0" +dependencies = [ + "binaryninja", + "log", +] + [[package]] name = "thiserror" version = "1.0.58" -- cgit v1.3.1