diff options
| author | Ben Noordhuis <info@bnoordhuis.nl> | 2021-12-23 00:00:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-23 00:00:43 +0100 |
| commit | 1678690c362597422dad682535ee0584d78e79ee (patch) | |
| tree | a61ce5c63c4342b0d8e8a31ba8b56df2646d65a2 /runtime/Cargo.toml | |
| parent | 9391ba1098177c9463392eca8e3a725b564d90dc (diff) | |
feat(runtime): add op_network_interfaces (#12964)
Add an op to list the network interfaces on the system.
Prep work for #8137 and `os.networkInterfaces()` Node compat in std.
Refs denoland/deno_std#1436.
Diffstat (limited to 'runtime/Cargo.toml')
| -rw-r--r-- | runtime/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 8733e1727..fa6ed4e25 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -70,6 +70,7 @@ http = "0.2.4" hyper = { version = "0.14.12", features = ["server", "stream", "http1", "http2", "runtime"] } libc = "0.2.106" log = "0.4.14" +netif = "0.1.0" notify = "=5.0.0-pre.12" once_cell = "=1.9.0" regex = "1.5.4" |
