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
|
@ -11,6 +11,10 @@ uuid = { version = "^0.8.1", features = ["serde", "v4"] }
|
|||
actix-web = "^3.3.0"
|
||||
failure = "^0.1.8"
|
||||
futures = "^0.3.8"
|
||||
serde = "^1.0.104"
|
||||
kv = {version = "^0.10.0", features = ["msgpack-value"]}
|
||||
clap = "^2.33.0"
|
||||
|
||||
[dev-dependencies]
|
||||
actix-rt = "^1.1.1"
|
||||
tempdir = "^0.3.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue