Very WIP (i.e broken) start of SQLite storage in server

This commit is contained in:
dbr 2021-04-29 16:00:22 +10:00
parent ff894f6ff6
commit 60ff0a8d11
4 changed files with 279 additions and 0 deletions

View file

@ -10,12 +10,15 @@ edition = "2018"
uuid = { version = "^0.8.2", features = ["serde", "v4"] }
actix-web = "^3.3.2"
anyhow = "1.0"
thiserror = "1.0"
futures = "^0.3.8"
serde = "^1.0.125"
serde_json = "^1.0"
kv = {version = "^0.10.0", features = ["msgpack-value"]}
clap = "^2.33.0"
log = "^0.4.14"
env_logger = "^0.8.3"
rusqlite = { version = "0.25", features = ["bundled"] }
[dev-dependencies]
actix-rt = "^2.2.0"