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.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 789a4224..7384893e 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -36,7 +36,8 @@ members = [ "examples/hlil_lifter", "examples/pdb-ng", "examples/pdb-ng/demo", - "examples/template" + "examples/template", + "examples/test_demangler", ] [profile.release] -- cgit v1.3.1