sasl: update crate metadata
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
ff19e25ed8
commit
34467dd4a6
1 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue