diff --git a/Cargo.lock b/Cargo.lock index 00950fc..76e4c5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1668,6 +1668,7 @@ dependencies = [ "env_logger", "frida_core", "log", + "network-interface", "tokio 1.42.0", "tokio-util", "x25519-dalek", diff --git a/frida_client/Cargo.toml b/frida_client/Cargo.toml index 20f1edd..1c3d05b 100644 --- a/frida_client/Cargo.toml +++ b/frida_client/Cargo.toml @@ -19,4 +19,5 @@ base64 = "0.22.1" tokio = { version = "1", features = ["full", "signal", "tracing"] } tokio-util = "0.7.12" env_logger = "0.9" -log = "0.4.20" \ No newline at end of file +log = "0.4.20" +network-interface = "2.0.0" \ No newline at end of file