1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-09 07:39:15 -05:00
denoland-deno/ext/broadcast_channel/Cargo.toml
2024-12-31 19:12:39 +00:00

21 lines
471 B
TOML

# Copyright 2018-2025 the Deno authors. MIT license.
[package]
name = "deno_broadcast_channel"
version = "0.178.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
readme = "README.md"
repository.workspace = true
description = "Implementation of BroadcastChannel API for Deno"
[lib]
path = "lib.rs"
[dependencies]
async-trait.workspace = true
deno_core.workspace = true
thiserror.workspace = true
tokio.workspace = true
uuid.workspace = true