diff options
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" |
