From e34ddc02cb073d762931c2ea5217e7489ef6c4c2 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sat, 19 Oct 2024 19:02:06 -0400 Subject: Rework rust workflow api and add workflow example --- rust/examples/workflow/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 rust/examples/workflow/Cargo.toml (limited to 'rust/examples/workflow/Cargo.toml') diff --git a/rust/examples/workflow/Cargo.toml b/rust/examples/workflow/Cargo.toml new file mode 100644 index 00000000..4c2309ca --- /dev/null +++ b/rust/examples/workflow/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "workflow" +version = "0.1.0" +edition = "2021" + +[lib] +crate-type = ["cdylib"] + +[dependencies] +binaryninja = { path="../../" } +log = "0.4" \ No newline at end of file -- cgit v1.3.1