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/Cargo.lock | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'rust/Cargo.lock') diff --git a/rust/Cargo.lock b/rust/Cargo.lock index a3c62e33..7069dd72 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1230,6 +1230,14 @@ version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" +[[package]] +name = "workflow" +version = "0.1.0" +dependencies = [ + "binaryninja", + "log", +] + [[package]] name = "zerocopy" version = "0.7.32" -- cgit v1.3.1