diff options
author | metamuffin <metamuffin@disroot.org> | 2023-08-04 09:20:05 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-08-04 09:20:05 +0200 |
commit | 9d283fff3352b970a0dd0cb913e122b4d3c3d342 (patch) | |
tree | 1a5d942808c3e3bb21fa984f7100dca53f179262 /server/Cargo.toml | |
parent | 0332eff48e3dd2bc8be06ecd276030231c74bf51 (diff) | |
download | jellything-9d283fff3352b970a0dd0cb913e122b4d3c3d342.tar jellything-9d283fff3352b970a0dd0cb913e122b4d3c3d342.tar.bz2 jellything-9d283fff3352b970a0dd0cb913e122b4d3c3d342.tar.zst |
parallel import
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 6648b80..d800983 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -27,6 +27,7 @@ aes-gcm-siv = "0.11.1" async-std = "1.12.0" async-recursion = "1.0.4" +futures = "0.3.28" tokio = { version = "1.29.1", features = ["io-util"] } tokio-util = { version = "0.7.8", features = ["io", "io-util"] } |