From 5692a9740c447674aeba2743315bab52e44ccf36 Mon Sep 17 00:00:00 2001 From: Ali MJ Al-Nasrawy Date: Fri, 7 May 2021 18:29:10 +0300 Subject: Show IP addresses of all local interfaces .. when binding to wildcard addresses (:: or 0.0.0.0) * Remove local variable `interfaces` because it is no longer used multiple times. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f72597a..a40aad5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,6 +54,7 @@ bytes = "1" atty = "0.2" rustls = { version = "0.19", optional = true } socket2 = "0.4" +get_if_addrs = "0.5" [features] default = ["tls"] -- cgit v1.2.3