Skip to content

Commit 6ffc43b

Browse files
committed
workspace cleanup
1 parent f9099a6 commit 6ffc43b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build]
2+
target-dir = "rust/target"

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ members = [
1919
"plugins/pdb-ng",
2020
"plugins/warp"
2121
]
22+
default-members = ["rust", "rust/binaryninjacore-sys"]
2223

2324
[profile.release]
2425
lto = true
25-
debug = "full"
26+
debug = "full"

0 commit comments

Comments
 (0)