aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-01 21:40:23 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-01 21:40:23 +0100
commit9ce3827a7d25714d17f266f0f50bb29f41090175 (patch)
treeb34f4d9c947cf7bc21e90f1a6723fd58801e8e8f /stanza/Cargo.toml
parent448208337c3a404403e6b312dbe38555a2bf8ad5 (diff)
downloadluz-9ce3827a7d25714d17f266f0f50bb29f41090175.tar.gz
luz-9ce3827a7d25714d17f266f0f50bb29f41090175.tar.bz2
luz-9ce3827a7d25714d17f266f0f50bb29f41090175.zip
feat(stanza): xep-0131: stanza headers
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 ad3bd0b..64962b6 100644
--- a/stanza/Cargo.toml
+++ b/stanza/Cargo.toml
@@ -15,5 +15,6 @@ xep_0004 = []
xep_0030 = []
xep_0059 = []
xep_0060 = ["xep_0004", "dep:chrono"]
+xep_0131 = []
xep_0199 = []
xep_0203 = ["dep:chrono"]