diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-01-12 02:35:55 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-11 22:05:55 +0100 |
| commit | 9268df5f3405103214b4e39d82e5ab1b465475a0 (patch) | |
| tree | 76336155130a2e751a9509df370d0060020473ac /Cargo.lock | |
| parent | d8f86c8b9cf327db4d246c20cf60467cafe2ba64 (diff) | |
fix(web): use rustyline for prompt (#21893)
Workaround until https://github.com/kkawakam/rustyline/pull/759
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index c6490b776..dd8cdf338 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1655,6 +1655,7 @@ dependencies = [ "once_cell", "regex", "ring", + "rustyline", "serde", "signal-hook-registry", "termcolor", @@ -5035,6 +5036,7 @@ dependencies = [ "cfg-if", "clipboard-win", "fd-lock", + "home", "libc", "log", "memchr", |
