diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 771d55107..d2f28125c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -935,6 +935,7 @@ dependencies = [ "hyper", "libc", "log", + "netif", "nix", "notify", "once_cell", @@ -2259,6 +2260,16 @@ dependencies = [ ] [[package]] +name = "netif" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c9e642845c332c335e3125759b10145a972c1f413cb48cd6d7b96e81821f281" +dependencies = [ + "libc", + "winapi 0.3.9", +] + +[[package]] name = "new_debug_unreachable" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" |