mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
add taskdb
This commit is contained in:
parent
10c7dd28b9
commit
e5a92826f6
7 changed files with 481 additions and 7 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue