summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-02-07 11:25:14 -0500
committerGitHub <noreply@github.com>2024-02-07 11:25:14 -0500
commit83d72e5c1c0b983f4b63f3f64f9a1de7600985f4 (patch)
tree49dfd980df2fce512fa13c3650d1c45a3e500a51 /cli/Cargo.toml
parenta32e7f0eb23fa17f5af2fc4c8abfd79762934244 (diff)
refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 145544f58..a60e56a4f 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -66,6 +66,7 @@ deno_npm = "=0.16.0"
deno_runtime = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_semver = "=0.5.4"
deno_task_shell = "=0.14.3"
+deno_terminal.workspace = true
eszip = "=0.60.0"
napi_sym.workspace = true