mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Very WIP (i.e broken) start of SQLite storage in server
This commit is contained in:
parent
ff894f6ff6
commit
60ff0a8d11
4 changed files with 279 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue