File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ rust/target/
8484rust /binaryninjacore-sys /target /
8585rust /examples /* /target /
8686rust /examples /dwarf /* /target /
87+ Cargo.lock
8788
8889# Debugger docs
8990docs /img /debugger
Original file line number Diff line number Diff line change 1+ # This is the workspace for all rust projects in binaryninja-api
2+ # This is not a part of the build process, rather a way to link all rust code together so that external
3+ # contributors have a map of all rust code. The main benefit to providing this workspace is tooling, as cloning
4+ # binaryninja-api will result in this root workspace being picked up and used for LSP and cargo commands automatically.
5+ [workspace ]
6+ resolver = " 2"
7+ members = [
8+ " rust" ,
9+ " rust/binaryninjacore-sys" ,
10+ " arch/riscv" ,
11+ " arch/msp430" ,
12+ " plugins/dwarf/dwarf_import" ,
13+ " plugins/dwarf/dwarf_export" ,
14+ " plugins/dwarf/dwarfdump" ,
15+ " plugins/dwarf/shared" ,
16+ " plugins/idb_import" ,
17+ " plugins/minidump" ,
18+ " plugins/pdb-ng" ,
19+ " plugins/warp"
20+ ]
You can’t perform that action at this time.
0 commit comments