diff options
Diffstat (limited to 'ext/broadcast_channel')
| -rw-r--r-- | ext/broadcast_channel/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ext/broadcast_channel/Cargo.toml b/ext/broadcast_channel/Cargo.toml index d3468c901..9e130b0af 100644 --- a/ext/broadcast_channel/Cargo.toml +++ b/ext/broadcast_channel/Cargo.toml @@ -3,18 +3,18 @@ [package] name = "deno_broadcast_channel" version = "0.72.0" -authors = ["the Deno authors"] -edition = "2021" -license = "MIT" +authors.workspace = true +edition.workspace = true +license.workspace = true readme = "README.md" -repository = "https://github.com/denoland/deno" +repository.workspace = true description = "Implementation of BroadcastChannel API for Deno" [lib] path = "lib.rs" [dependencies] -async-trait = "0.1" -deno_core = { version = "0.160.0", path = "../../core" } -tokio = { version = "1.21", features = ["full"] } -uuid = { version = "1.0.0", features = ["v4"] } +async-trait.workspace = true +deno_core.workspace = true +tokio.workspace = true +uuid.workspace = true |
