aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-01 20:42:51 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-01 20:42:51 +0100
commitf7b88569987026bcfec6132ca97b1d8122f44edd (patch)
treee4c56b14a053ec17e00854ea5f7872a0c735bbfb /stanza/Cargo.toml
parent132d932e6264774ad7d6eab9f52719848c5c91bb (diff)
downloadluz-f7b88569987026bcfec6132ca97b1d8122f44edd.tar.gz
luz-f7b88569987026bcfec6132ca97b1d8122f44edd.tar.bz2
luz-f7b88569987026bcfec6132ca97b1d8122f44edd.zip
feat(stanza): xep-0059: result set management
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 0e6f6b5..ad3bd0b 100644
--- a/stanza/Cargo.toml
+++ b/stanza/Cargo.toml
@@ -13,6 +13,7 @@ chrono = { version = "0.4.40", optional = true }
rfc_6121 = []
xep_0004 = []
xep_0030 = []
+xep_0059 = []
xep_0060 = ["xep_0004", "dep:chrono"]
xep_0199 = []
xep_0203 = ["dep:chrono"]