mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
Add task_by_uuid and task_by_index
This commit is contained in:
parent
738bce9a21
commit
d00dd90043
3 changed files with 21 additions and 0 deletions
|
@ -30,3 +30,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"
|
||||
uuid = { version = "0.8.1", features = ["serde", "v4"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue