diff options
author | 2025-04-30 14:41:40 +0100 | |
---|---|---|
committer | 2025-04-30 16:15:15 +0100 | |
commit | 74e5ab6702bbbe292fcb38ccb97036ce5b376956 (patch) | |
tree | 54416ab9cb9794a46f42a56a38e0a05abf354ae4 /stanza/Cargo.toml | |
parent | 1f1f267df88638229f09b875e72fd118c08a7ae7 (diff) | |
download | luz-74e5ab6702bbbe292fcb38ccb97036ce5b376956.tar.gz luz-74e5ab6702bbbe292fcb38ccb97036ce5b376956.tar.bz2 luz-74e5ab6702bbbe292fcb38ccb97036ce5b376956.zip |
feat(stanza): XRD
Diffstat (limited to '')
-rw-r--r-- | stanza/Cargo.toml | 1 |
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"] |