aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-30 14:41:40 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-30 16:15:15 +0100
commit74e5ab6702bbbe292fcb38ccb97036ce5b376956 (patch)
tree54416ab9cb9794a46f42a56a38e0a05abf354ae4 /stanza/Cargo.toml
parent1f1f267df88638229f09b875e72fd118c08a7ae7 (diff)
downloadluz-74e5ab6702bbbe292fcb38ccb97036ce5b376956.tar.gz
luz-74e5ab6702bbbe292fcb38ccb97036ce5b376956.tar.bz2
luz-74e5ab6702bbbe292fcb38ccb97036ce5b376956.zip
feat(stanza): XRD
Diffstat (limited to '')
-rw-r--r--stanza/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/stanza/Cargo.toml b/stanza/Cargo.toml
index 2832ed6..54577ff 100644
--- a/stanza/Cargo.toml
+++ b/stanza/Cargo.toml
@@ -20,6 +20,7 @@ xep_0084 = []
xep_0115 = []
xep_0128 = ["xep_0004"]
xep_0131 = []
+xep_0156 = ["dep:chrono"]
xep_0172 = []
xep_0199 = []
xep_0203 = ["dep:chrono"]