diff options
| author | Mason Reed <mason@vector35.com> | 2025-02-14 00:07:53 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-02-24 20:11:57 -0500 |
| commit | fb8eb1501b7f4b8eaefcb26131230ba42083c153 (patch) | |
| tree | 9eb5f090b0e31e4e49d4afc9e8220b323e7f7a98 /Cargo.toml | |
| parent | ddfdfe03426fa6ed1d73f3114e8f71ac0c54bef7 (diff) | |
Add SVD Loader Plugin
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
