summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
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