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 [uuid](https://github.com/uuid-rs/uuid) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/0.8.1...0.8.2) Signed-off-by: dependabot[bot] <support@github.com>
28 lines
808 B
TOML
28 lines
808 B
TOML
[package]
|
|
name = "taskchampion"
|
|
version = "0.3.0"
|
|
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
|
|
description = "Personal task-tracking"
|
|
homepage = "https://djmitche.github.io/taskchampion/"
|
|
documentation = "https://docs.rs/crate/taskchampion"
|
|
repository = "https://github.com/djmitche/taskchampion"
|
|
readme = "../README.md"
|
|
license = "MIT"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
uuid = { version = "^0.8.2", features = ["serde", "v4"] }
|
|
serde = "^1.0.125"
|
|
serde_json = "^1.0"
|
|
chrono = { version = "^0.4.10", features = ["serde"] }
|
|
anyhow = "1.0"
|
|
thiserror = "1.0"
|
|
kv = {version = "^0.10.0", features = ["msgpack-value"]}
|
|
lmdb-rkv = {version = "^0.12.3"}
|
|
ureq = "^1.5.2"
|
|
log = "^0.4.14"
|
|
tindercrypt = { version = "^0.2.2", default-features = false }
|
|
|
|
[dev-dependencies]
|
|
proptest = "^1.0.0"
|
|
tempdir = "^0.3.7"
|