diff --git a/benchmarking/Cargo.toml b/benchmarking/Cargo.toml index 33b038e0b..8e6857083 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 "] edition = "2018"