summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-04-15 22:49:05 -0400
committerMason Reed <mason@vector35.com>2025-04-15 22:49:05 -0400
commit84eecdfdfd8b972cd9fcafb35da81ed62d9698f9 (patch)
tree5df22437916f11d22278b361a247fd554391f334 /Cargo.toml
parent2a2e7980cf78a96396a74e502aaefb04a25d7d1e (diff)
Include SVD loader in free version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8f2163d8..2f56c5c5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,8 @@ members = [
"plugins/pdb-ng",
"plugins/pdb-ng/demo",
"plugins/warp",
- "plugins/svd"
+ "plugins/svd",
+ "plugins/svd/demo"
]
[workspace.dependencies]