Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.24.3 to 0.25.0. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
901 B
TOML
34 lines
901 B
TOML
[package]
|
|
name = "taskchampion"
|
|
version = "0.4.1"
|
|
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
|
|
description = "Personal task-tracking"
|
|
homepage = "https://gothenburgbitfactory.github.io/taskwarrior/taskchampion/"
|
|
documentation = "https://docs.rs/crate/taskchampion"
|
|
repository = "https://github.com/GothenburgBitFactory/taskwarrior"
|
|
readme = "../README.md"
|
|
license = "MIT"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
uuid = { version = "^1.3.0", features = ["serde", "v4"] }
|
|
serde = { version = "^1.0.147", features = ["derive"] }
|
|
serde_json = "^1.0"
|
|
chrono = { version = "^0.4.22", features = ["serde"] }
|
|
anyhow = "1.0"
|
|
thiserror = "1.0"
|
|
ureq = "^2.7.0"
|
|
log = "^0.4.17"
|
|
rusqlite = { version = "0.29", features = ["bundled"] }
|
|
strum = "0.25"
|
|
strum_macros = "0.25"
|
|
flate2 = "1"
|
|
byteorder = "1.0"
|
|
ring = "0.16"
|
|
|
|
[dev-dependencies]
|
|
proptest = "^1.2.0"
|
|
tempfile = "3"
|
|
rstest = "0.17"
|
|
pretty_assertions = "1"
|