style: apply taplo format to all Cargo.toml files
This commit is contained in:
@@ -18,8 +18,8 @@ pezsp-api = { workspace = true }
|
||||
pezsp-consensus-aura = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
std = [ "pezsp-api/std", "pezsp-consensus-aura/std" ]
|
||||
default = ["std"]
|
||||
std = ["pezsp-api/std", "pezsp-consensus-aura/std"]
|
||||
runtime-benchmarks = [
|
||||
"pezsp-api/runtime-benchmarks",
|
||||
"pezsp-consensus-aura/runtime-benchmarks",
|
||||
|
||||
@@ -29,7 +29,7 @@ pezkuwi-teyrchain-primitives = { workspace = true }
|
||||
xcm = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"pezkuwi-core-primitives/std",
|
||||
|
||||
@@ -23,7 +23,7 @@ pezsp-io = { workspace = true, default-features = true }
|
||||
pezsp-state-machine = { workspace = true, default-features = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"pezsp-externalities/std",
|
||||
"pezsp-runtime-interface/std",
|
||||
|
||||
@@ -33,7 +33,7 @@ pezsp-io = { workspace = true }
|
||||
pezsp-trie = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"log/std",
|
||||
|
||||
@@ -26,7 +26,7 @@ pezsp-trie = { workspace = true }
|
||||
pezcumulus-primitives-core = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"async-trait",
|
||||
"codec/std",
|
||||
|
||||
@@ -21,7 +21,7 @@ pezsp-timestamp = { workspace = true }
|
||||
pezcumulus-primitives-core = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"pezcumulus-primitives-core/std",
|
||||
"pezsp-inherents/std",
|
||||
|
||||
@@ -31,7 +31,7 @@ xcm-executor = { workspace = true }
|
||||
pezcumulus-primitives-core = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"log/std",
|
||||
|
||||
Reference in New Issue
Block a user