From bf237c6241f53122e37341a0dda65ef9e3b51a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 23 Jan 2023 23:41:02 +0100 Subject: 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. --- cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/Cargo.toml') 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 -- cgit v1.2.3