taskwarrior/Cargo.toml
Dustin J. Mitchell e5a92826f6 add taskdb
2019-12-28 11:20:35 -05:00

13 lines
373 B
TOML

[package]
name = "ot"
version = "0.1.0"
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
uuid = { version = "0.8.1", features = ["serde", "v4"] }
serde_json = "1.0"
chrono = "0.4.10"
failure = {version = "0.1.5", features = ["derive"] }