diff options
Diffstat (limited to 'luz/Cargo.toml')
-rw-r--r-- | luz/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luz/Cargo.toml b/luz/Cargo.toml index d6920e9..08a0d6c 100644 --- a/luz/Cargo.toml +++ b/luz/Cargo.toml @@ -9,7 +9,7 @@ jabber = { version = "0.1.0", path = "../jabber" } peanuts = { version = "0.1.0", path = "../../peanuts" } jid = { version = "0.1.0", path = "../jid", features = ["sqlx"] } sqlx = { version = "0.8.3", features = ["sqlite", "runtime-tokio", "uuid", "chrono"] } -stanza = { version = "0.1.0", path = "../stanza" } +stanza = { version = "0.1.0", path = "../stanza", features = ["xep_0203"] } tokio = "1.42.0" tokio-stream = "0.1.17" tokio-util = "0.7.13" |