diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-05 17:53:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-05 17:53:09 -0400 |
| commit | 80df9aec1db449e6cc0f4513103aa442b8d43de3 (patch) | |
| tree | e5a36781b8b75253b4896a2cdfd46116fde5af71 /cli/Cargo.toml | |
| parent | d4d3a3c54f5e26dec0cc79e273dc488f8a47f2b3 (diff) | |
refactor: move `FileCollector` to deno_config (#24433)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 144de919d..0452ac0de 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -107,7 +107,6 @@ faster-hex.workspace = true flate2.workspace = true fs3.workspace = true glob = "0.3.1" -ignore = "0.4" import_map = { version = "=0.20.0", features = ["ext"] } indexmap.workspace = true jsonc-parser.workspace = true @@ -149,7 +148,6 @@ tower-lsp.workspace = true twox-hash.workspace = true typed-arena = "=2.0.1" uuid = { workspace = true, features = ["serde"] } -walkdir = "=2.3.2" zeromq.workspace = true zstd.workspace = true @@ -164,6 +162,7 @@ nix.workspace = true deno_bench_util.workspace = true pretty_assertions.workspace = true test_util.workspace = true +walkdir = "=2.3.2" [package.metadata.winres] # This section defines the metadata that appears in the deno.exe PE header. |
