Add task_by_uuid and task_by_index

This commit is contained in:
Dheepak Krishnamurthy 2020-10-10 20:25:08 -06:00
parent 738bce9a21
commit d00dd90043
3 changed files with 21 additions and 0 deletions

View file

@ -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"] }