Minor changes

This commit is contained in:
Ethan O'Brien
2026-07-03 00:40:06 -05:00
parent d4a6a56a27
commit 6b465eca8e
19 changed files with 2929 additions and 15 deletions

View File

@@ -30,8 +30,14 @@ mime_guess = "2.0.5"
include_dir = "0.7.4"
jzon = "0.12.5"
csv = "1.3"
argon2 = "0.5.3"
rand_core = { version = "0.6", features = ["getrandom"] }
actix-multipart = "0.8"
futures-util = "0.3"
image = "0.25"
zip = { version = "8.6", default-features = false, features = ["deflate"] }
symphonia = { version = "0.6", default-features = false, features = ["ogg", "vorbis", "mp3", "wav", "pcm"] }
vorbis_rs = "0.5"
argon2 = { version = "0.5.3", features = ["std"] }
rand_core = "0.10"
[target.aarch64-linux-android.dependencies]
jni = { version = "0.21", features = ["invocation", "default"], optional = true }