diff --git a/frida_server/Cargo.toml b/frida_server/Cargo.toml index 80d64e2..e8162b5 100644 --- a/frida_server/Cargo.toml +++ b/frida_server/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