diff options
| author | Ben Noordhuis <info@bnoordhuis.nl> | 2021-05-22 18:08:24 +0200 |
|---|---|---|
| committer | Ben Noordhuis <info@bnoordhuis.nl> | 2021-05-23 15:16:42 +0200 |
| commit | 8cf7f966f24d0fb996b41d92b04ad9647337a8f6 (patch) | |
| tree | 306f60a892186dc14e06f65f7dd5c7b7dbfad147 /Cargo.lock | |
| parent | 5f0d91497b03795250c55340c7e7c7de66d4607b (diff) | |
feat(extensions): add BroadcastChannel
Co-Authored-By: Ben Noordhuis <info@bnoordhuis.nl>
Fixes: #10354
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 80eb45ffb..c46c6ac9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -592,6 +592,14 @@ dependencies = [ ] [[package]] +name = "deno_broadcast_channel" +version = "0.1.0" +dependencies = [ + "deno_core", + "tokio", +] + +[[package]] name = "deno_console" version = "0.7.0" dependencies = [ @@ -691,6 +699,7 @@ version = "0.15.0" dependencies = [ "atty", "bytes", + "deno_broadcast_channel", "deno_console", "deno_core", "deno_crypto", |
