]> git.lizzy.rs Git - connect-rs.git/blobdiff - Cargo.toml
update crate props
[connect-rs.git] / Cargo.toml
index 334bc0223de7e7e4fa46190443e1e5b4aef8390f..bfb1dab66b2c1cc2ce7228cf284b401628523765 100644 (file)
@@ -1,9 +1,22 @@
 [package]
 name = "connect"
 version = "0.0.2"
-authors = ["Sachandhan Ganesh <sachan.ganesh@gmail.com>"]
 edition = "2018"
+authors = ["Sachandhan Ganesh <sachan.ganesh@gmail.com>"]
 description = "message queue abstraction over async network streams"
+keywords = ["async", "network", "message", "queue", "aio"]
+categories = ["asynchronous", "network-programming", "rust-patterns", "encoding"]
+repository = "https://github.com/sachanganesh/connect-rs"
+readme = "README.md"
+license-file = "LICENSE"
+
+[workspace]
+members = [
+    "examples/tcp-client",
+    "examples/tcp-echo-server",
+    "examples/tls-client",
+    "examples/tls-echo-server",
+]
 
 
 [dependencies]