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.lock | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'rust/Cargo.lock') diff --git a/rust/Cargo.lock b/rust/Cargo.lock index e81920f9..e45d2da2 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -693,6 +693,20 @@ dependencies = [ "regex", ] +[[package]] +name = "pdb-import-plugin-static" +version = "0.1.0" +dependencies = [ + "anyhow", + "binaryninja", + "cab", + "home", + "itertools", + "log", + "pdb", + "regex", +] + [[package]] name = "peeking_take_while" version = "0.1.2" -- cgit v1.3.1