From 1710692cb1f47ed1a731e292c4d0fd6ee6dce2e5 Mon Sep 17 00:00:00 2001
From: Shaopeng Wang <spxwang@gmail.com>
Date: Fri, 15 May 2020 10:56:47 +1200
Subject: [PATCH] Add metadata to benchmarking module. (#163)

---
 benchmarking/Cargo.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/benchmarking/Cargo.toml b/benchmarking/Cargo.toml
index 33b038e..8e68570 100644
--- a/benchmarking/Cargo.toml
+++ b/benchmarking/Cargo.toml
@@ -1,5 +1,8 @@
 [package]
 name = "orml-benchmarking"
+description = "Provide macro to benchmark Substrate runtime."
+repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/benchmarking"
+license-file = "../LICENSE"
 version = "0.0.1"
 authors = ["Laminar Developers <hello@laminar.one>"]
 edition = "2018"
-- 
GitLab