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 /transcoder/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 'transcoder/Cargo.toml')
-rw-r--r-- | transcoder/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/transcoder/Cargo.toml b/transcoder/Cargo.toml index e39b07c..ecb2bc8 100644 --- a/transcoder/Cargo.toml +++ b/transcoder/Cargo.toml @@ -18,3 +18,4 @@ rav1e = { version = "0.6.6", default-features = false, features = [ rayon = "1.8.0" imgref = "1.9.4" ravif = "0.11.3" +tokio = { workspace = true } |