summaryrefslogtreecommitdiff
path: root/ext/webidl
diff options
context:
space:
mode:
Diffstat (limited to 'ext/webidl')
-rw-r--r--ext/webidl/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml
index 906846393..09228c9d5 100644
--- a/ext/webidl/Cargo.toml
+++ b/ext/webidl/Cargo.toml
@@ -3,15 +3,15 @@
[package]
name = "deno_webidl"
version = "0.78.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 = "WebIDL implementation for Deno"
[lib]
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.160.0", path = "../../core" }
+deno_core.workspace = true