From af3765b437157ea44248c13abe856a59f3edafe2 Mon Sep 17 00:00:00 2001 From: unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> Date: Wed, 19 Apr 2023 20:25:33 +0200 Subject: basically ready for pub release --- Cargo.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 17131e5..036841c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,11 +8,8 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] +log = "0.4.17" +clipboard = "0.5.0" binaryninja = { git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev" } -iced-x86 = "1.17.0" - -log = "0.4.17" - findpattern = { git = "https://github.com/unknowntrojan/findpattern", features = ["parallel"] } - -clipboard = "0.5.0" +iced-x86 = "1.17.0" -- cgit v1.3.1