summaryrefslogtreecommitdiff
path: root/rust
diff options
context:
space:
mode:
authorrose <47357290+rose4096@users.noreply.github.com>2022-06-22 13:44:15 -0400
committerrose <47357290+rose4096@users.noreply.github.com>2022-06-23 12:00:25 -0400
commitcebf204b59664d631dacda98642d280782d816bc (patch)
tree373d150889d707da4d99dab0fcc55aadf0e419c2 /rust
parenta651dd81ff72d5155b122ce99e9252d6e714cc1e (diff)
Rust API: Examples workspace
Diffstat (limited to 'rust')
-rw-r--r--rust/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index c2543922..36ae6dda 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -9,3 +9,12 @@ log = "0.4"
libc = "0.2"
rayon = { version = "1.0", optional = true }
binaryninjacore-sys = { path = "binaryninjacore-sys" }
+
+[workspace]
+members = [
+ "examples/basic_script",
+ "examples/decompile",
+ "examples/dwarfdump",
+ "examples/flowgraph",
+ "examples/template"
+] \ No newline at end of file