Cargo.toml: add categories
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
18178d81aa
commit
5ed73a7642
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
authors = ["Maxime “pep” Buquet <pep@bouah.net>"]
|
||||
license = "AGPL-3.0-or-later"
|
||||
edition = "2021"
|
||||
categories = ["gateway", "bridge", "transport", "modemmanager"]
|
||||
categories = ["gateway", "bridge", "transport", "modemmanager", "xmpp", "jabber"]
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.56"
|
||||
|
|
Loading…
Reference in a new issue