diff options
author | 2025-03-06 10:43:57 +0000 | |
---|---|---|
committer | 2025-03-06 10:43:57 +0000 | |
commit | b81f7f5bb418fb64211e5ec711cbcbecf8a681aa (patch) | |
tree | a4817781c7883417a9da37b68caab45848b773ca /jabber/Cargo.toml | |
parent | 9baf682466d191f23dc830a9897948d84068b3cc (diff) | |
download | luz-b81f7f5bb418fb64211e5ec711cbcbecf8a681aa.tar.gz luz-b81f7f5bb418fb64211e5ec711cbcbecf8a681aa.tar.bz2 luz-b81f7f5bb418fb64211e5ec711cbcbecf8a681aa.zip |
feat: order chats by most recent message
Diffstat (limited to 'jabber/Cargo.toml')
-rw-r--r-- | jabber/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jabber/Cargo.toml b/jabber/Cargo.toml index b6093cf..0a50877 100644 --- a/jabber/Cargo.toml +++ b/jabber/Cargo.toml @@ -11,7 +11,7 @@ async-recursion = "1.0.4" async-trait = "0.1.68" lazy_static = "1.4.0" nanoid = "0.4.0" -# TODO: remove unneeded features +# TODO: remove unneeded features and dependencies rsasl = { version = "2.0.1", default_features = false, features = [ "provider_base64", "plain", |