mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
Use rustyline for input
This commit is contained in:
parent
603e400bbd
commit
96fd6551f8
4 changed files with 290 additions and 205 deletions
|
@ -29,3 +29,4 @@ chrono = "0.4"
|
|||
unicode-width = "0.1"
|
||||
tui = { version = "0.10", optional = true, default-features = false }
|
||||
crossterm = { version = "0.17", optional = true, default-features = false }
|
||||
rustyline = "6.3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue