diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-01-08 23:48:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-08 23:48:46 +0100 |
| commit | c41d4ff90e09b63bd1894052352a5acba57b1704 (patch) | |
| tree | 52be95551ed263c2f4831aaefc78bb6fdda6d89c /ext/web/Cargo.toml | |
| parent | 2be1282be42369e558cc77f75b22488ce7a8215e (diff) | |
feat(core): allow specifying name and dependencies of an Extension (#17301)
Diffstat (limited to 'ext/web/Cargo.toml')
| -rw-r--r-- | ext/web/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml index bf30684ba..69a17963c 100644 --- a/ext/web/Cargo.toml +++ b/ext/web/Cargo.toml @@ -25,6 +25,7 @@ uuid = { workspace = true, features = ["serde"] } [dev-dependencies] deno_bench_util.workspace = true +deno_console.workspace = true deno_url.workspace = true deno_webidl.workspace = true |
