summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 149cdd88811d1785e0f9ee7ba3119224f33c2cc5 (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
25
26
[package]
name = "task-hookrs"
version = "0.2.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>",
           "Mario Krehl <mario-krehl@gmx.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.22"
log = "0.3.6"
serde = "0.7.13"
serde_json = "0.7.4"
uuid = { version = "0.2.2", features = ["serde"] }

[dev-dependencies]
env_logger = "0.3.3"