From 0eba7e745b0895b4234cd8d89b28e10e2c3c34a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Tue, 21 Nov 2017 11:37:22 +0100 Subject: [PATCH] Add documentation link and license for jsonrpc-test (#218) * Add documentation and license. * Documentation. --- tcp/Cargo.toml | 2 +- test/Cargo.toml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tcp/Cargo.toml b/tcp/Cargo.toml index 881eeec80..e503e2fcf 100644 --- a/tcp/Cargo.toml +++ b/tcp/Cargo.toml @@ -6,7 +6,7 @@ authors = ["NikVolf "] 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" diff --git a/test/Cargo.toml b/test/Cargo.toml index daf0712ec..4f15f9a00 100644 --- a/test/Cargo.toml +++ b/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 "] +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" }