diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-08-08 10:23:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-08 14:23:02 +0000 |
| commit | 05f838a57cc5b5e7b262e1640baa4d93dfb0df28 (patch) | |
| tree | f13f97b5988c537023c05033bf862c52e74d080c /cli/Cargo.toml | |
| parent | a037ed77a2b2dbef1d2c4175c0401738a13f13bd (diff) | |
refactor: use deno_cache_dir crate (#20092)
Uses https://github.com/denoland/deno_cache/pull/26
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7b7066db7..4896f240c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -46,6 +46,7 @@ winres.workspace = true [dependencies] deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_graph", "module_specifier", "proposal", "react", "sourcemap", "transforms", "typescript", "view", "visit"] } +deno_cache_dir = "=0.5.0" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = "=0.64.0" deno_emit = "=0.25.0" |
