Skip to content

Commit 7a5f4b4

Browse files
committed
add + fix links
1 parent 1d77452 commit 7a5f4b4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
[package]
22
name = "wsrpc"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Actyx AG"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
77
keywords = ["websocket", "rpc"]
88
description = "WebSocket-based RPC server"
9+
readme = "README.md"
10+
repository = "https://github.com/Actyx/wsrpc"
911

1012
[dependencies]
1113
bytes = "1.0.1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[Latest Version]: https://img.shields.io/crates/v/wsrpc.svg
44
[crates.io]: https://crates.io/crates/wsrpc
55

6-
See the [protocal documentation](/protocol.md) for more details.
6+
See the [protocal documentation](https://github.com/Actyx/wsrpc/blob/master/protocol.md) for more details.

0 commit comments

Comments
 (0)