taskwarrior/cli/Cargo.toml
dependabot[bot] e0dbeb2763
Bump log from 0.4.11 to 0.4.14
Bumps [log](https://github.com/rust-lang/log) from 0.4.11 to 0.4.14.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.11...0.4.14)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-27 22:50:56 +00:00

29 lines
575 B
TOML

[package]
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
edition = "2018"
name = "taskchampion-cli"
version = "0.3.0"
[dependencies]
dirs = "^3.0.1"
env_logger = "^0.8.2"
anyhow = "1.0"
log = "^0.4.14"
nom = "^6.0.1"
prettytable-rs = "^0.8.0"
textwrap = { version="^0.12.1", features=["terminal_size"] }
termcolor = "^1.1.2"
atty = "^0.2.14"
[dependencies.config]
default-features = false
features = ["yaml"]
version = "^0.10.1"
[dependencies.taskchampion]
path = "../taskchampion"
[dev-dependencies]
assert_cmd = "^1.0.1"
predicates = "^1.0.5"
tempdir = "^0.3.7"