diff --git a/Cargo.lock b/Cargo.lock index bcf0dc4..748be42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1545,6 +1545,7 @@ dependencies = [ "rand", "serde", "serde_derive", + "tokio", "tokio-tun", "tray-item", "tun", diff --git a/frida_core/Cargo.toml b/frida_core/Cargo.toml index d024e6b..38bd61e 100644 --- a/frida_core/Cargo.toml +++ b/frida_core/Cargo.toml @@ -21,6 +21,7 @@ rand = { workspace = true } serde_derive = { workspace = true } serde = { workspace = true } log = { workspace = true } +tokio = { workspace = true } [target.'cfg(target_os="windows")'.dependencies] iced = { version = "0.13.1", features = ["tokio"] }