mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 05:26:42 +02:00
fix: build on windows 🐛
This commit is contained in:
parent
4f9c0df63a
commit
9242fe1b89
2 changed files with 3 additions and 5 deletions
|
@ -11,10 +11,6 @@ edition = "2018"
|
|||
keywords = ["taskwarrior", "tui"]
|
||||
categories = ["command-line-utilities"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[features]
|
||||
default = ["crossterm-backend"]
|
||||
crossterm-backend = ["tui/crossterm", "crossterm"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.75"
|
||||
|
@ -22,7 +18,7 @@ better-panic = "0.3.0"
|
|||
cassowary = "0.3.0"
|
||||
chrono = "0.4.26"
|
||||
clap = { version = "4.4.0", features = ["derive"] }
|
||||
crossterm = { version = "0.27.0", optional = true, default-features = false, features = [
|
||||
crossterm = { version = "0.27.0", features = [
|
||||
"event-stream",
|
||||
] }
|
||||
dirs = "5.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue