From edcd93ce30ea1d85cc60afbf4261c00b5fe81509 Mon Sep 17 00:00:00 2001 From: unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> Date: Wed, 20 Sep 2023 18:37:28 +0200 Subject: add github actions --- Cargo.toml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3645304..bb98727 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,19 +8,21 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] +# Local Development +# binaryninja = { path = "../binaryninja-api/rust" } + log = "0.4.17" clipboard = "0.5.0" -# Local -# binaryninja = { path = "../binaryninja-api/rust" } -# Dev -binaryninja = { git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev" } -# Stable -# binaryninja = { git = "https://github.com/Vector35/binaryninja-api.git", tag = "v3.4.4271-stable" } rayon = "1.7.0" iced-x86 = "1.17.0" strum = { version = "0.25.0", features = ["derive"] } serde = { version = "1.0.152", features = ["std"] } serde_json = "1.0.93" thiserror = "1.0.43" -coolfindpattern = "0.1.3" +coolfindpattern = "0.1.4" binary-search = "0.1.2" + +# Dev +# binaryninja = { git = "https://github.com/Vector35/binaryninja-api", branch = "dev" } +# Stable +binaryninja = { git = "https://github.com/Vector35/binaryninja-api", branch = "master" } -- cgit v1.3.1