diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-07-05 00:12:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-05 00:12:41 +0200 |
| commit | a919a5dd1167b79f267cbed7312b3a7d296d429f (patch) | |
| tree | 73b7b1a8b5daef3ab7ad9c07423c4907a23a0269 /Cargo.lock | |
| parent | 06934db883e9ae64c7603f98051676cbcf90994f (diff) | |
Revert "refactor(snapshots): to their own crate (#14794)" (#15076)
This reverts commit fd5a12d7e25dc53238e2bbcffe970e646c1035f3.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/Cargo.lock b/Cargo.lock index 3ba76f08f..a0d623938 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -782,14 +782,23 @@ dependencies = [ "data-url", "deno_ast", "deno_bench_util", + "deno_broadcast_channel", + "deno_console", "deno_core", + "deno_crypto", "deno_doc", "deno_emit", + "deno_fetch", "deno_graph", "deno_lint", + "deno_net", "deno_runtime", - "deno_snapshots", "deno_task_shell", + "deno_url", + "deno_web", + "deno_webgpu", + "deno_websocket", + "deno_webstorage", "dissimilar", "dotenv", "dprint-plugin-json", @@ -1155,19 +1164,6 @@ dependencies = [ ] [[package]] -name = "deno_snapshots" -version = "0.1.0" -dependencies = [ - "deno_core", - "deno_runtime", - "lzzzz", - "once_cell", - "regex", - "serde", - "zstd", -] - -[[package]] name = "deno_task_shell" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
