From fb8eb1501b7f4b8eaefcb26131230ba42083c153 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 14 Feb 2025 00:07:53 -0500 Subject: Add SVD Loader Plugin --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1d6de3da..8f2163d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,8 @@ members = [ "plugins/idb_import", "plugins/pdb-ng", "plugins/pdb-ng/demo", - "plugins/warp" + "plugins/warp", + "plugins/svd" ] [workspace.dependencies] @@ -35,4 +36,4 @@ lto = false # Disable LTO on demo builds, it will export `rust_eh_personality` [profile.dev-demo] inherits = "dev" -lto = false \ No newline at end of file +lto = false -- cgit v1.3.1