Skip to content

Commit 9bf0b5e

Browse files
committed
Improve Rust workspace ergonomics
1 parent f741ac9 commit 9bf0b5e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ members = [
1919
"plugins/pdb-ng",
2020
"plugins/warp"
2121
]
22+
default-members = ["rust", "rust/binaryninjacore-sys"]
2223

2324
[profile.release]
2425
lto = true

0 commit comments

Comments
 (0)