From 6929009578958634304404179659515738797945 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 22 Apr 2024 19:11:45 -0400 Subject: Fix pdb compile on Free edition --- rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 796abc16..b827b9bb 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -33,6 +33,7 @@ members = [ "examples/hlil_visitor", "examples/hlil_lifter", "examples/pdb-ng", + "examples/pdb-ng/demo", "examples/template" ] -- cgit v1.3.1