add blurhash dependency

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-03-08 20:25:11 -05:00
parent badf3070c8
commit d227eb6551
2 changed files with 9 additions and 0 deletions

View File

@@ -17,3 +17,5 @@ image = { workspace = true }
bitflags = { workspace = true }
enostr = { workspace = true }
hashbrown = { workspace = true }
blurhash = "0.2.3"