mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-07-12 08:42:20 +08:00
Minor changes
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user