From cebf204b59664d631dacda98642d280782d816bc Mon Sep 17 00:00:00 2001 From: rose <47357290+rose4096@users.noreply.github.com> Date: Wed, 22 Jun 2022 13:44:15 -0400 Subject: Rust API: Examples workspace --- rust/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit v1.3.1