diff options
| author | Mason Reed <mason@vector35.com> | 2024-10-19 19:02:06 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-10-19 19:03:26 -0400 |
| commit | e34ddc02cb073d762931c2ea5217e7489ef6c4c2 (patch) | |
| tree | eef618583a2764b8f9044acbc38a0e7ab829adf5 /rust/Cargo.lock | |
| parent | 3a947674819c43e8de9902242a1b1748943bb025 (diff) | |
Rework rust workflow api and add workflow example
Diffstat (limited to 'rust/Cargo.lock')
| -rw-r--r-- | rust/Cargo.lock | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index a3c62e33..7069dd72 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1231,6 +1231,14 @@ 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" source = "registry+https://github.com/rust-lang/crates.io-index" |
