From 7c681f51d6b90e2a380c7e4f1f3ff2cf3cf7a1b8 Mon Sep 17 00:00:00 2001
From: alvicsam <alvicsam@gmail.com>
Date: Fri, 25 Aug 2023 11:05:17 +0200
Subject: [PATCH] Add package metadata to workspace

Signed-off-by: alvicsam <alvicsam@gmail.com>
---
 Cargo.toml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/Cargo.toml b/Cargo.toml
index 931215233ec..f28ba6afbc8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -444,3 +444,16 @@ members = [
 	"substrate/utils/prometheus",
 	"substrate/utils/wasm-builder",
 ]
+
+[workspace.package]
+authors = ["Parity Technologies <admin@parity.io>"]
+edition = "2021"
+repository = "https://github.com/paritytech/polkadot.git"
+license = "GPL-3.0-only"
+version = "1.0.0"
+
+[profile.testnet]
+inherits = "release"
+debug = 1               # debug symbols are useful for profilers
+debug-assertions = true
+overflow-checks = true
-- 
GitLab