diff options
author | 2025-04-13 15:02:41 +0100 | |
---|---|---|
committer | 2025-04-13 15:02:41 +0100 | |
commit | 8261d1bfe46b532fd926afb46702a5443552f2a8 (patch) | |
tree | 8f523e0ef3ff4575ef264c97dd824c95ce3440cf /stanza/Cargo.toml | |
parent | 986350b3fb786c1530a3fef199b6d51c536b1188 (diff) | |
download | luz-8261d1bfe46b532fd926afb46702a5443552f2a8.tar.gz luz-8261d1bfe46b532fd926afb46702a5443552f2a8.tar.bz2 luz-8261d1bfe46b532fd926afb46702a5443552f2a8.zip |
feat(stanza): rfc 7395
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 e4eb302..2832ed6 100644 --- a/stanza/Cargo.toml +++ b/stanza/Cargo.toml @@ -11,6 +11,7 @@ chrono = { version = "0.4.40", optional = true } [features] rfc_6121 = [] +rfc_7395 = [] xep_0004 = [] xep_0030 = [] xep_0059 = [] |