diff options
Diffstat (limited to 'ext/net/Cargo.toml')
-rw-r--r-- | ext/net/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index a7a1acff6..6bab80cc7 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -17,6 +17,7 @@ path = "lib.rs" deno_core.workspace = true deno_tls.workspace = true log.workspace = true +pin-project.workspace = true serde.workspace = true socket2.workspace = true tokio.workspace = true |