Skip to content

Commit

Permalink
Add documentation link and license for jsonrpc-test (#218)
Browse files Browse the repository at this point in the history
* Add documentation and license.

* Documentation.
  • Loading branch information
tomusdrw authored and debris committed Nov 21, 2017
1 parent 0620585 commit 0eba7e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tcp/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ authors = ["NikVolf <nikvolf@gmail.com>"]
license = "MIT"
homepage = "https://github.com/paritytech/jsonrpc"
repository = "https://github.com/paritytech/jsonrpc"
documentation = "https://paritytech.github.io/jsonrpc/json_tcp_server/index.html"
documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_tcp_server/index.html"

[dependencies]
log = "0.3"
Expand Down
5 changes: 5 additions & 0 deletions test/Cargo.toml
@@ -1,7 +1,12 @@
[package]
name = "jsonrpc-test"
description = "Simple test framework for JSON-RPC."
version = "8.0.0"
authors = ["Tomasz Drwięga <tomasz@parity.io>"]
license = "MIT"
homepage = "https://github.com/paritytech/jsonrpc"
repository = "https://github.com/paritytech/jsonrpc"
documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_test/index.html"

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

0 comments on commit 0eba7e7

Please sign in to comment.