Implement actual on-disk storage for sync-server.

This commit is contained in:
Dustin J. Mitchell 2020-11-29 17:40:07 -05:00
parent 42d988d601
commit 786d5b6a17
6 changed files with 299 additions and 9 deletions

4
Cargo.lock generated
View file

@ -2217,8 +2217,12 @@ version = "0.1.0"
dependencies = [
"actix-rt",
"actix-web",
"clap",
"failure",
"futures",
"kv",
"serde",
"tempdir",
"uuid",
]