add taskdb

This commit is contained in:
Dustin J. Mitchell 2019-12-28 11:20:35 -05:00
parent 10c7dd28b9
commit e5a92826f6
7 changed files with 481 additions and 7 deletions

View file

@ -7,3 +7,7 @@ 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"] }