mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-04-05 17:20:35 +00:00
Make Storage methods async
This will better support concurrent requests.
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user