summaryrefslogtreecommitdiff
path: root/extensions/web/Cargo.toml
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2021-06-21 19:53:52 +0200
committerGitHub <noreply@github.com>2021-06-21 19:53:52 +0200
commitf9ff981daf6931a01e1516db0b5714e7a94f145b (patch)
tree677a6e3f12c86210cc635e68b9afc06c4cb1d2f9 /extensions/web/Cargo.toml
parenta2f939b99c43c6344f109144d7b01c95294a6f8b (diff)
feat: `MessageChannel` and `MessagePort` (#11051)
This commit introduces support for MessageChannel and MessagePort. MessagePorts can be transfered across other MessagePorts.
Diffstat (limited to 'extensions/web/Cargo.toml')
-rw-r--r--extensions/web/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/web/Cargo.toml b/extensions/web/Cargo.toml
index 5da9092f3..33b75143b 100644
--- a/extensions/web/Cargo.toml
+++ b/extensions/web/Cargo.toml
@@ -18,6 +18,7 @@ base64 = "0.13.0"
deno_core = { version = "0.91.0", path = "../../core" }
encoding_rs = "0.8.28"
serde = "1.0"
+tokio = "1.7"
uuid = { version = "0.8.2", features = ["v4"] }
[dev-dependencies]