Skip to content

Commit 0eba7e7

Browse files
tomusdrwdebris
authored andcommitted
Add documentation link and license for jsonrpc-test (#218)
* Add documentation and license. * Documentation.
1 parent 0620585 commit 0eba7e7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

tcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["NikVolf <nikvolf@gmail.com>"]
66
license = "MIT"
77
homepage = "https://github.com/paritytech/jsonrpc"
88
repository = "https://github.com/paritytech/jsonrpc"
9-
documentation = "https://paritytech.github.io/jsonrpc/json_tcp_server/index.html"
9+
documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_tcp_server/index.html"
1010

1111
[dependencies]
1212
log = "0.3"

test/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[package]
22
name = "jsonrpc-test"
3+
description = "Simple test framework for JSON-RPC."
34
version = "8.0.0"
45
authors = ["Tomasz Drwięga <tomasz@parity.io>"]
6+
license = "MIT"
7+
homepage = "https://github.com/paritytech/jsonrpc"
8+
repository = "https://github.com/paritytech/jsonrpc"
9+
documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_test/index.html"
510

611
[dependencies]
712
jsonrpc-core = { path = "../core", version = "8.0" }

0 commit comments

Comments
 (0)