aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-03 05:30:35 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-03 05:30:35 +0100
commit6664a9df01b8b6f89e72f9568f90ad7397ceae36 (patch)
treec221139702270cf9f413d579812989e37f346fc6 /stanza/Cargo.toml
parent91f1994af940085d5d475a97820900ebbf0eb553 (diff)
downloadluz-6664a9df01b8b6f89e72f9568f90ad7397ceae36.tar.gz
luz-6664a9df01b8b6f89e72f9568f90ad7397ceae36.tar.bz2
luz-6664a9df01b8b6f89e72f9568f90ad7397ceae36.zip
feat(stanza): xep-0300: use of cryptographic hash functions
Diffstat (limited to 'stanza/Cargo.toml')
-rw-r--r--stanza/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/stanza/Cargo.toml b/stanza/Cargo.toml
index 3c3c3e0..c492f1b 100644
--- a/stanza/Cargo.toml
+++ b/stanza/Cargo.toml
@@ -19,3 +19,4 @@ xep_0131 = []
xep_0172 = []
xep_0199 = []
xep_0203 = ["dep:chrono"]
+xep_0300 = []