summaryrefslogtreecommitdiff
path: root/ext/webidl/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ext/webidl/Cargo.toml')
-rw-r--r--ext/webidl/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml
index 744115aec..e0a90ed4d 100644
--- a/ext/webidl/Cargo.toml
+++ b/ext/webidl/Cargo.toml
@@ -15,3 +15,10 @@ path = "lib.rs"
[dependencies]
deno_core.workspace = true
+
+[dev-dependencies]
+deno_bench_util.workspace = true
+
+[[bench]]
+name = "dict"
+harness = false