Cargo.toml: Add some metadata.
This commit is contained in:
parent
7750aae5b5
commit
6f2ee2f0ad
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
|||
name = "xmpp-parsers"
|
||||
version = "0.1.0"
|
||||
authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
|
||||
description = "Collection of parsers and serialisers for XMPP extensions"
|
||||
homepage = "https://hg.linkmauve.fr/xmpp-parsers"
|
||||
repository = "https://hg.linkmauve.fr/xmpp-parsers"
|
||||
keywords = ["xmpp"]
|
||||
categories = ["parsing", "network-programming"]
|
||||
|
||||
[dependencies]
|
||||
minidom = "0.2.0"
|
||||
|
|
Loading…
Reference in a new issue