summaryrefslogtreecommitdiff
path: root/runtime/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-03-09 20:09:14 -0400
committerGitHub <noreply@github.com>2023-03-10 01:09:14 +0100
commit78d430103a8f6931154ddbbe19d36f3b8630286d (patch)
tree45d633924d5161c34082a8a47a0889ce56a8b8ca /runtime/Cargo.toml
parent0da193882ef94b97331babcebe1316535e2926f0 (diff)
fix(prompt): better output with control chars (#18108)
Diffstat (limited to 'runtime/Cargo.toml')
-rw-r--r--runtime/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 0ba8f8d3a..360ef2aa0 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -86,6 +86,7 @@ deno_websocket.workspace = true
deno_webstorage.workspace = true
atty.workspace = true
+console_static_text.workspace = true
dlopen.workspace = true
encoding_rs.workspace = true
filetime = "0.2.16"