Skip to content

Commit 7c681f5

Browse files
committed
Add package metadata to workspace
Signed-off-by: alvicsam <[email protected]>
1 parent f441a5f commit 7c681f5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Cargo.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,3 +444,16 @@ members = [
444444
"substrate/utils/prometheus",
445445
"substrate/utils/wasm-builder",
446446
]
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

Comments
 (0)