diff options
author | metamuffin <metamuffin@disroot.org> | 2023-08-03 15:36:34 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-08-03 15:36:34 +0200 |
commit | 9898998344f9897d59b629ce643a0e243f5e7b09 (patch) | |
tree | 8571f09510b9e940c0cf86b714e24dce226557ef /server/Cargo.toml | |
parent | c0828abd8a0f02240520f3c36419d3a83086fd2b (diff) | |
download | jellything-9898998344f9897d59b629ce643a0e243f5e7b09.tar jellything-9898998344f9897d59b629ce643a0e243f5e7b09.tar.bz2 jellything-9898998344f9897d59b629ce643a0e243f5e7b09.tar.zst |
federated assets and refactored asset paths
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 6118240..6648b80 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -22,6 +22,7 @@ base64 = "0.21.2" chrono = { version = "0.4.26", features = ["serde"] } argon2 = "0.5.1" +sha2 = "0.10.7" aes-gcm-siv = "0.11.1" async-std = "1.12.0" |