update toml search

This commit is contained in:
Bevan Hunt 2020-01-01 00:39:11 -08:00
parent c9e8794cad
commit 06dfc75e2a
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -348,7 +348,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "broker"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"actix-cors 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,10 +1,10 @@
[package]
name = "broker"
version = "0.2.1"
version = "0.2.2"
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
edition = "2018"
license = "MIT"
keywords = ["sse", "message-broker", "sse-server", "api", "real-time"]
keywords = ["sse", "message-broker", "sse-server", "broker", "real-time"]
description = "SSE Real-time Message Broker"
repository = "https://github.com/apibillme/broker"
readme = "README.md"