diff options
| author | lukeflo | 2024-09-27 23:48:46 +0200 |
|---|---|---|
| committer | lukeflo | 2024-09-27 23:48:46 +0200 |
| commit | a13f63f34272889239d1e0fcd37f9c4fb5ec983a (patch) | |
| tree | e060e7cd863abef68aeaa7553394d902d0c87e74 /Cargo.toml | |
| parent | 3e86e1d11fa06dedde78621c3e0503a7492ad05e (diff) | |
| download | bibiman-a13f63f34272889239d1e0fcd37f9c4fb5ec983a.tar.gz bibiman-a13f63f34272889239d1e0fcd37f9c4fb5ec983a.zip | |
implement scroll action for info box
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,8 @@ biblatex = "0.9.3" crossterm = { version = "0.28.1", features = ["event-stream"] } futures = "0.3.30" itertools = "0.13.0" -ratatui = "0.28.1" +# ratatui = "0.28.1" +ratatui = { version = "0.28.1", features = ["unstable-rendered-line-info"]} regex = "1.10.6" sarge = "7.2.5" tokio = { version = "1.39.3", features = ["full"] } |
