We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f741ac9 commit 9bf0b5eCopy full SHA for 9bf0b5e
.cargo/config.toml
@@ -0,0 +1,2 @@
1
+[build]
2
+target-dir = "rust/target"
Cargo.toml
@@ -19,6 +19,7 @@ members = [
19
"plugins/pdb-ng",
20
"plugins/warp"
21
]
22
+default-members = ["rust", "rust/binaryninjacore-sys"]
23
24
[profile.release]
25
lto = true
0 commit comments