]> git.lizzy.rs Git - connect-rs.git/blobdiff - Cargo.toml
fix visibility and props
[connect-rs.git] / Cargo.toml
index ed910757d30026cdfda337e9946b4eec71760243..b52726656e3a24faad1e44dead518a948584d3d9 100644 (file)
@@ -1,10 +1,10 @@
 [package]
 name = "connect"
-version = "0.0.2"
+version = "0.0.3"
 edition = "2018"
 authors = ["Sachandhan Ganesh <sachan.ganesh@gmail.com>"]
 description = "message queue abstraction over async network streams"
-keywords = ["async", "network", "message", "queue", "aio"]
+keywords = ["async", "network", "message-queue", "mq", "aio"]
 categories = ["asynchronous", "network-programming", "rust-patterns", "encoding"]
 repository = "https://github.com/sachanganesh/connect-rs"
 readme = "README.md"