aboutsummaryrefslogtreecommitdiffstats
path: root/filamento/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-08 12:16:55 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-08 12:16:55 +0100
commite518e899e53c072724254bd714db914cde7db5b2 (patch)
treeb9a9d3c45e2b326adb6df9756678ef4050bb3589 /filamento/Cargo.toml
parent0b19cb38183929d3f242cfd11c34426d9302697c (diff)
downloadluz-e518e899e53c072724254bd714db914cde7db5b2.tar.gz
luz-e518e899e53c072724254bd714db914cde7db5b2.tar.bz2
luz-e518e899e53c072724254bd714db914cde7db5b2.zip
fix(filamento): caps +notify and use hex representation for avatar metadata id
Diffstat (limited to 'filamento/Cargo.toml')
-rw-r--r--filamento/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/filamento/Cargo.toml b/filamento/Cargo.toml
index 92c8370..d1749f4 100644
--- a/filamento/Cargo.toml
+++ b/filamento/Cargo.toml
@@ -20,6 +20,7 @@ sha3 = "0.10.8"
base64 = "0.22.1"
sha1 = "0.10.6"
image = "0.25.6"
+hex = "0.4.3"
[dev-dependencies]
tracing-subscriber = "0.3.19"