summaryrefslogtreecommitdiff
path: root/extensions/webidl/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/webidl/Cargo.toml')
-rw-r--r--extensions/webidl/Cargo.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/extensions/webidl/Cargo.toml b/extensions/webidl/Cargo.toml
deleted file mode 100644
index e1dc61feb..000000000
--- a/extensions/webidl/Cargo.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
-
-[package]
-name = "deno_webidl"
-version = "0.14.0"
-authors = ["the Deno authors"]
-edition = "2018"
-license = "MIT"
-readme = "README.md"
-repository = "https://github.com/denoland/deno"
-description = "WebIDL implementation for Deno"
-
-[lib]
-path = "lib.rs"
-
-[dependencies]
-deno_core = { version = "0.96.0", path = "../../core" }