Added blurhash.rs to fascilitate blurhashing.

Signed-off-by: Niko <cnotsomark@gmail.com>
This commit is contained in:
Niko 2025-02-01 18:35:23 -05:00 committed by Jason Volk
parent 80277f6aa2
commit 62180897c0
11 changed files with 621 additions and 7 deletions

View file

@ -54,6 +54,7 @@ sentry_telemetry = []
conduwuit_mods = [
"dep:libloading"
]
blurhashing = []
[dependencies]
argon2.workspace = true