From 96540c574c7f5ce311c8dc2a309fe686ea9c7d4f Mon Sep 17 00:00:00 2001 From: alterdekim Date: Mon, 20 Jan 2025 19:33:06 +0300 Subject: [PATCH] modified: Cargo.lock modified: frida_core/Cargo.toml --- Cargo.lock | 1 + frida_core/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index a6c8637..bcf0dc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1540,6 +1540,7 @@ dependencies = [ "futures", "iced", "libc", + "log", "nix", "rand", "serde", diff --git a/frida_core/Cargo.toml b/frida_core/Cargo.toml index c8f5613..d024e6b 100644 --- a/frida_core/Cargo.toml +++ b/frida_core/Cargo.toml @@ -20,6 +20,7 @@ x25519-dalek = { workspace = true } rand = { workspace = true } serde_derive = { workspace = true } serde = { workspace = true } +log = { workspace = true } [target.'cfg(target_os="windows")'.dependencies] iced = { version = "0.13.1", features = ["tokio"] }