diff options
| author | lionel-rowe <lionel.rowe@gmail.com> | 2023-12-13 10:31:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-13 11:31:12 +0100 |
| commit | 346d8127095f46bd5c58667f860521690ddd9cd7 (patch) | |
| tree | 2099c0b1cbdee27f01fc69624870b4b35506b6c8 /runtime/Cargo.toml | |
| parent | 5a91a065b882215dde209baf626247e54c21a392 (diff) | |
fix(runtime): Make native modal keyboard interaction consistent with browsers (#18453)
Fixes https://github.com/denoland/deno/issues/18223.
Fixes https://github.com/denoland/deno/issues/21477
---------
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'runtime/Cargo.toml')
| -rw-r--r-- | runtime/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 39d907a61..0ae26d811 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -109,6 +109,7 @@ notify.workspace = true once_cell.workspace = true regex.workspace = true ring.workspace = true +rustyline = { workspace = true, features = ["custom-bindings"] } serde.workspace = true signal-hook-registry = "1.4.0" termcolor = "1.1.3" |
