diff --git a/Cargo.toml b/Cargo.toml index 931215233e..f28ba6afbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -444,3 +444,16 @@ members = [ "substrate/utils/prometheus", "substrate/utils/wasm-builder", ] + +[workspace.package] +authors = ["Parity Technologies "] +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