1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-06-11 18:54:03 +02:00

sasl: update crate metadata

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-08-17 23:45:36 +02:00
parent ff19e25ed8
commit 34467dd4a6

View File

@ -3,8 +3,8 @@ name = "sasl"
version = "0.5.0"
authors = ["lumi <lumi@pew.im>"]
description = "A crate for SASL authentication. Currently only does the client side."
homepage = "https://gitlab.com/xmpp-rs/sasl-rs"
repository = "https://gitlab.com/xmpp-rs/sasl-rs"
homepage = "https://gitlab.com/xmpp-rs/xmpp-rs"
repository = "https://gitlab.com/xmpp-rs/xmpp-rs"
documentation = "https://docs.rs/sasl"
readme = "README.md"
keywords = ["sasl", "authentication"]
@ -12,7 +12,7 @@ license = "MPL-2.0"
edition = "2018"
[badges]
gitlab = { repository = "xmpp-rs/sasl-rs" }
gitlab = { repository = "xmpp-rs/xmpp-rs" }
[features]
default = ["scram", "anonymous"]