diff options
author | 2025-04-03 05:30:35 +0100 | |
---|---|---|
committer | 2025-04-03 05:30:35 +0100 | |
commit | 6664a9df01b8b6f89e72f9568f90ad7397ceae36 (patch) | |
tree | c221139702270cf9f413d579812989e37f346fc6 /stanza/Cargo.toml | |
parent | 91f1994af940085d5d475a97820900ebbf0eb553 (diff) | |
download | luz-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.toml | 1 |
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 = [] |