diff options
author | 2025-03-24 20:51:15 +0000 | |
---|---|---|
committer | 2025-03-24 20:51:15 +0000 | |
commit | 85a3093674506b60b31a023ae40df1d65b2f1fb4 (patch) | |
tree | 3443a36a3bf02544440a934d387c5b85e83b2264 /stanza/Cargo.toml | |
parent | f0cb64670a7fdc49c334d99428458dfaf450171c (diff) | |
download | luz-85a3093674506b60b31a023ae40df1d65b2f1fb4.tar.gz luz-85a3093674506b60b31a023ae40df1d65b2f1fb4.tar.bz2 luz-85a3093674506b60b31a023ae40df1d65b2f1fb4.zip |
feat(stanza): xep-0030
Diffstat (limited to 'stanza/Cargo.toml')
-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 f21ac1e..1b6e4d0 100644 --- a/stanza/Cargo.toml +++ b/stanza/Cargo.toml @@ -11,3 +11,4 @@ chrono = { version = "0.4.40", optional = true } [features] xep_0203 = ["dep:chrono"] +xep_0030 = [] |