mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
actually support synchronization
This commit is contained in:
parent
0a2293a9c5
commit
59f4e6abd7
7 changed files with 219 additions and 2 deletions
|
@ -8,8 +8,9 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
uuid = { version = "0.8.1", features = ["serde", "v4"] }
|
||||
serde = "1.0.104"
|
||||
serde_json = "1.0"
|
||||
chrono = "0.4.10"
|
||||
chrono = { version = "0.4.10", features = ["serde"] }
|
||||
failure = {version = "0.1.5", features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue