summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 90f65cb0e847c744ffcbe203106d6ec0ced28b5a (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.2"
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       = "MPL-2.0"

[dependencies]
chrono = "0.2"
log = "0.3"
serde = "0.8"
serde_json = "0.8"
uuid = { version = "0.3", features = ["serde"] }

[dev-dependencies]
env_logger = "0.3"