summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 00ac678694c38ca544248ec7d12c34b2f083dc64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "task-hookrs"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]

description = "Crate to work with taskwarrior exported JSON"
keywords = ["json", "taskwarrior", "todo", "import", "export"]

documentation = "https://matthiasbeyer.github.io/task-hookrs/task_hookrs/index.html"
homepage      = "https://github.com/matthiasbeyer/task-hookrs"
repository    = "https://github.com/matthiasbeyer/task-hookrs"
readme        = "./README.md"
license       = "LGPL-2.1"

[dependencies]
chrono = "0.2.20"
log = "0.3.5"
serde = "0.7.0"
serde_json = "0.7.0"
uuid = { version = "0.2.0", features = ["serde"] }

[dev-dependencies]
env_logger = "0.3.2"