mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
Add default-features = false for tui
This commit is contained in:
parent
4fab167bf8
commit
ae5dcd849f
1 changed files with 3 additions and 3 deletions
|
@ -13,13 +13,13 @@ crossterm-backend = ["tui/crossterm", "crossterm"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "*"
|
clap = "*"
|
||||||
tui = "0.10.0"
|
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
task-hookrs = "0.7.0"
|
task-hookrs = "0.7.0"
|
||||||
termion = { version = "1.5", optional = true, default-features = false }
|
|
||||||
crossterm = { version = "0.17", optional = true, default-features = false }
|
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
shlex = "0.1.1"
|
shlex = "0.1.1"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
unicode-width = "0.1"
|
unicode-width = "0.1"
|
||||||
|
tui = { version = "0.10.0", optional = true, default-features = false }
|
||||||
|
termion = { version = "1.5", optional = true, default-features = false }
|
||||||
|
crossterm = { version = "0.17", optional = true, default-features = false }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue