summaryrefslogtreecommitdiff
path: root/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 /Cargo.toml
parenta32e7f0eb23fa17f5af2fc4c8abfd79762934244 (diff)
refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e081f8c67..c4d2ca014 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,6 +48,7 @@ deno_bench_util = { version = "0.130.0", path = "./bench_util" }
deno_lockfile = "0.18.0"
deno_media_type = { version = "0.1.1", features = ["module_specifier"] }
deno_runtime = { version = "0.144.0", path = "./runtime" }
+deno_terminal = "0.1.0"
napi_sym = { version = "0.66.0", path = "./cli/napi/sym" }
test_util = { path = "./test_util" }