diff --git a/Cargo.toml b/Cargo.toml
index 931215233ec0b19d3e4ff53f951180db787e0d65..f28ba6afbc8248dd351ea4393989a890dc2e5498 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