mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Implement actual on-disk storage for sync-server.
This commit is contained in:
parent
42d988d601
commit
786d5b6a17
6 changed files with 299 additions and 9 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2217,8 +2217,12 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"actix-rt",
|
||||
"actix-web",
|
||||
"clap",
|
||||
"failure",
|
||||
"futures",
|
||||
"kv",
|
||||
"serde",
|
||||
"tempdir",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue