diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-03-09 20:09:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-10 01:09:14 +0100 |
| commit | 78d430103a8f6931154ddbbe19d36f3b8630286d (patch) | |
| tree | 45d633924d5161c34082a8a47a0889ce56a8b8ca /Cargo.toml | |
| parent | 0da193882ef94b97331babcebe1316535e2926f0 (diff) | |
fix(prompt): better output with control chars (#18108)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index da026daf1..2e9d34b85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,6 +84,7 @@ base64 = "=0.13.1" bencher = "0.1" bytes = "=1.2.1" cache_control = "=0.2.0" +console_static_text = "=0.7.1" data-url = "=0.2.0" dlopen = "0.1.8" encoding_rs = "=0.8.31" |
