summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-10-22 02:09:10 -0400
committerMason Reed <mason@vector35.com>2025-10-22 14:51:07 -0400
commit551738c693b52b8c383eab629fbc9d81d04d4c4b (patch)
treec2da8e1ebc3f69715ec8710f89f1c23241d4ac10 /Cargo.toml
parent5ae046509bb7c5c0a5c338793ebc3902820ac9e7 (diff)
Add more plugins to free
Adds WARP, DWARF Import and Objective-C plugins to free
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4f425e9e..d1bec12b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ members = [
"rust/plugin_examples/data_renderer",
"view/minidump",
"plugins/dwarf/dwarf_import",
+ "plugins/dwarf/dwarf_import/demo",
"plugins/dwarf/dwarf_export",
"plugins/dwarf/dwarfdump",
"plugins/dwarf/shared",
@@ -20,7 +21,9 @@ members = [
"plugins/svd",
"plugins/svd/demo",
"plugins/warp",
+ "plugins/warp/demo",
"plugins/workflow_objc",
+ "plugins/workflow_objc/demo",
]
[workspace.dependencies]