From 74e5ab6702bbbe292fcb38ccb97036ce5b376956 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 30 Apr 2025 14:41:40 +0100 Subject: feat(stanza): XRD --- stanza/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'stanza/Cargo.toml') 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"] -- cgit