mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
16 lines
364 B
TOML
16 lines
364 B
TOML
[package]
|
|
name = "taskchampion-cli"
|
|
version = "0.1.0"
|
|
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
clap = "~2.33.0"
|
|
uuid = { version = "0.8.1", features = ["serde", "v4"] }
|
|
taskchampion = { path = "../taskchampion" }
|
|
failure = "0.1.8"
|
|
prettytable-rs = "0.8.0"
|
|
|
|
[dev-dependencies]
|
|
assert_cmd = "1.0.1"
|
|
predicates = "1.0.5"
|