Skip to content
Snippets Groups Projects
Commit 7c681f51 authored by Alexander's avatar Alexander
Browse files

Add package metadata to workspace


Signed-off-by: default avataralvicsam <alvicsam@gmail.com>
parent f441a5fc
No related merge requests found
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment