taskwarrior/cli/Cargo.toml
Dustin J. Mitchell 451690afb7 v0.2.0
2020-11-29 20:59:09 -05:00

19 lines
439 B
TOML

[package]
name = "taskchampion-cli"
version = "0.2.0"
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
edition = "2018"
[dependencies]
clap = "^2.33.0"
taskchampion = { path = "../taskchampion" }
failure = "^0.1.8"
prettytable-rs = "^0.8.0"
config = { version="^0.10.1", default-features=false, features=["yaml"] }
dirs = "^3.0.1"
log = "^0.4.11"
env_logger = "^0.8.2"
[dev-dependencies]
assert_cmd = "^1.0.1"
predicates = "^1.0.5"