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"] }