mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 03:07:18 +02:00
WIP
This commit is contained in:
parent
0d89f657d5
commit
951939efb8
8 changed files with 1024 additions and 1088 deletions
|
@ -17,9 +17,9 @@ cassowary = "0.3.0"
|
|||
chrono = "0.4.28"
|
||||
clap = { version = "4.4.2", features = ["std", "color", "help", "usage", "error-context", "suggestions", "derive", "cargo", "wrap_help", "unicode", "string", "unstable-styles"] }
|
||||
color-eyre = "0.6.2"
|
||||
config = "0.13.3"
|
||||
crossterm = { version = "0.27.0", features = ["event-stream", "serde"] }
|
||||
directories = "5.0.1"
|
||||
figment = { version = "0.10.10", features = ["toml", "env"] }
|
||||
futures = "0.3.28"
|
||||
human-panic = "1.2.0"
|
||||
itertools = "0.11.0"
|
||||
|
@ -42,6 +42,7 @@ strip-ansi-escapes = "0.2.0"
|
|||
task-hookrs = "0.9.0"
|
||||
tokio = { version = "1.32.0", features = ["full"] }
|
||||
tokio-util = "0.7.8"
|
||||
toml = "0.7.6"
|
||||
tracing = "0.1.37"
|
||||
tracing-error = "0.2.0"
|
||||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue