mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 14:07:58 +00:00
Add package metadata to workspace
Signed-off-by: alvicsam <alvicsam@gmail.com>
This commit is contained in:
+13
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user