aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-03-31 18:07:21 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-03-31 18:07:21 +0100
commitb18c1cc2568dc116de5944d9829303ef8cc61b00 (patch)
tree3156d0c1114ae2d45df0f7a34924de4240a883bb /stanza/Cargo.toml
parent6d59d6690c3e5afd936f067b32e9998bc834728c (diff)
downloadluz-b18c1cc2568dc116de5944d9829303ef8cc61b00.tar.gz
luz-b18c1cc2568dc116de5944d9829303ef8cc61b00.tar.bz2
luz-b18c1cc2568dc116de5944d9829303ef8cc61b00.zip
feat(stanza): xep-0004: data forms
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 e721a86..352d1ce 100644
--- a/stanza/Cargo.toml
+++ b/stanza/Cargo.toml
@@ -11,6 +11,7 @@ chrono = { version = "0.4.40", optional = true }
[features]
rfc_6121 = []
+xep_0004 = []
xep_0030 = []
xep_0199 = []
xep_0203 = ["dep:chrono"]