add new category

This commit is contained in:
Bevan Hunt 2021-03-20 14:44:06 -07:00
parent 940ad2ece9
commit bde8966864
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -451,7 +451,7 @@ dependencies = [
[[package]]
name = "broker"
version = "6.0.6"
version = "6.0.7"
dependencies = [
"anyhow",
"async-std",

View File

@ -1,13 +1,13 @@
[package]
name = "broker"
version = "6.0.6"
version = "6.0.7"
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
edition = "2018"
license = "MIT"
keywords = ["sse", "api", "baas", "broker", "real-time"]
description = "Real-time BaaS (Backend as a Service)"
repository = "https://github.com/apibillme/broker"
categories = ["web-programming::http-server", "database-implementations"]
categories = ["web-programming::http-server", "database-implementations", "authentication"]
readme = "README.md"
[dependencies]