add homepage to toml

This commit is contained in:
Bevan Hunt 2020-01-13 10:25:19 -08:00
parent 280b2630f1
commit 3c86769dd9
2 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View File

@ -399,7 +399,7 @@ dependencies = [
[[package]]
name = "broker"
version = "1.4.1"
version = "1.4.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,12 +1,13 @@
[package]
name = "broker"
version = "1.4.1"
version = "1.4.2"
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
edition = "2018"
license = "MIT"
keywords = ["sse", "api", "zero-code", "broker", "real-time"]
description = "Real-time Zero-Code API Server"
repository = "https://github.com/apibillme/broker"
homepage = "https://apibill.me"
readme = "README.md"
[dependencies]