We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f441a5f commit 7c681f5Copy full SHA for 7c681f5
Cargo.toml
@@ -444,3 +444,16 @@ members = [
444
"substrate/utils/prometheus",
445
"substrate/utils/wasm-builder",
446
]
447
+
448
+[workspace.package]
449
+authors = ["Parity Technologies <[email protected]>"]
450
+edition = "2021"
451
+repository = "https://github.com/paritytech/polkadot.git"
452
+license = "GPL-3.0-only"
453
+version = "1.0.0"
454
455
+[profile.testnet]
456
+inherits = "release"
457
+debug = 1 # debug symbols are useful for profilers
458
+debug-assertions = true
459
+overflow-checks = true
0 commit comments