diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-30 22:19:19 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-30 22:19:19 +0200 |
commit | d546caa3f5053ade763430490911fefd6257af9f (patch) | |
tree | 5834ea5aa352239ab9a3f57ee96dee20af51ca77 /client/Cargo.toml | |
parent | c8fe73a7b160d4ada3136de9c87ad2eb0091ff7b (diff) | |
download | jellything-d546caa3f5053ade763430490911fefd6257af9f.tar jellything-d546caa3f5053ade763430490911fefd6257af9f.tar.bz2 jellything-d546caa3f5053ade763430490911fefd6257af9f.tar.zst |
make cache async and fix parallel write bug
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r-- | client/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml index ea89057..05dd2d4 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -9,3 +9,4 @@ log = { workspace = true } reqwest = { version = "0.11.20", features = ["json"] } anyhow = "1.0.75" serde_json = "1.0.107" +tokio = { workspace = true } |