From 78d430103a8f6931154ddbbe19d36f3b8630286d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 9 Mar 2023 20:09:14 -0400 Subject: fix(prompt): better output with control chars (#18108) --- runtime/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/Cargo.toml') 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" -- cgit v1.2.3