File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = ["NikVolf <nikvolf@gmail.com>"]
66license = " MIT"
77homepage = " https://github.com/paritytech/jsonrpc"
88repository = " 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 ]
1212log = " 0.3"
Original file line number Diff line number Diff line change 11[package ]
22name = " jsonrpc-test"
3+ description = " Simple test framework for JSON-RPC."
34version = " 8.0.0"
45authors = [" 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 ]
712jsonrpc-core = { path = " ../core" , version = " 8.0" }
You can’t perform that action at this time.
0 commit comments