diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-01-23 23:41:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-23 23:41:02 +0100 |
| commit | bf237c6241f53122e37341a0dda65ef9e3b51a49 (patch) | |
| tree | e352b4f60887e4d009cacdef250b7e8c294ff829 /cli/Cargo.toml | |
| parent | cd192313064bc2e9d65e3e734930cfaf15f4191b (diff) | |
refactor: Move lockfile to a separate crate (#17503)
Moves the lockfile implementation to a separate crate so other projects
like Deploy can use it as well.
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 954c2d13e..a9b546224 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -48,6 +48,7 @@ deno_doc = "0.52.0" deno_emit = "0.13.0" deno_graph = "0.41.0" deno_lint = { version = "0.37.0", features = ["docs"] } +deno_lockfile.workspace = true deno_runtime.workspace = true deno_task_shell = "0.8.1" napi_sym.workspace = true |
