diff options
Diffstat (limited to 'ext/webidl/Cargo.toml')
-rw-r--r-- | ext/webidl/Cargo.toml | 7 |
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 |