mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-08-02 14:38:36 +02:00
Make Storage methods async
This will better support concurrent requests.
This commit is contained in:
parent
4de5c9a345
commit
7559364017
13 changed files with 597 additions and 412 deletions
|
@ -10,6 +10,7 @@ license = "MIT"
|
|||
|
||||
[dependencies]
|
||||
uuid.workspace = true
|
||||
async-trait.workspace = true
|
||||
anyhow.workspace = true
|
||||
thiserror.workspace = true
|
||||
log.workspace = true
|
||||
|
@ -18,3 +19,4 @@ chrono.workspace = true
|
|||
|
||||
[dev-dependencies]
|
||||
pretty_assertions.workspace = true
|
||||
tokio.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue