mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/assert-rs/assert_cmd/releases) - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v1.0.2...v1.0.3) Signed-off-by: dependabot[bot] <support@github.com>
29 lines
575 B
TOML
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.3"
|
|
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.3"
|
|
predicates = "^1.0.7"
|
|
tempdir = "^0.3.7"
|