Add various metadata to Cargo.toml.
This commit is contained in:
parent
68b389277e
commit
9df465d940
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
|||
name = "xmpp"
|
||||
version = "0.3.0"
|
||||
authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
|
||||
description = "High-level XMPP library"
|
||||
homepage = "https://gitlab.com/linkmauve/xmpp-rs"
|
||||
repository = "https://gitlab.com/linkmauve/xmpp-rs"
|
||||
keywords = ["xmpp", "jabber", "chat", "messaging", "bot"]
|
||||
categories = ["network-programming"]
|
||||
license = "MPL-2.0"
|
||||
edition = "2018"
|
||||
|
||||
|
|
Loading…
Reference in a new issue