snapshot before rebranding
This commit is contained in:
@@ -38,18 +38,18 @@ futures = { workspace = true }
|
||||
futures-timer = { workspace = true }
|
||||
ip_network = { workspace = true }
|
||||
libp2p = { features = [
|
||||
"dns",
|
||||
"identify",
|
||||
"kad",
|
||||
"macros",
|
||||
"mdns",
|
||||
"noise",
|
||||
"ping",
|
||||
"request-response",
|
||||
"tcp",
|
||||
"tokio",
|
||||
"websocket",
|
||||
"yamux",
|
||||
"dns",
|
||||
"identify",
|
||||
"kad",
|
||||
"macros",
|
||||
"mdns",
|
||||
"noise",
|
||||
"ping",
|
||||
"request-response",
|
||||
"tcp",
|
||||
"tokio",
|
||||
"websocket",
|
||||
"yamux",
|
||||
], workspace = true }
|
||||
linked_hash_set = { workspace = true }
|
||||
litep2p = { workspace = true }
|
||||
@@ -75,13 +75,13 @@ pezsp-core = { workspace = true, default-features = true }
|
||||
pezsp-runtime = { workspace = true, default-features = true }
|
||||
thiserror = { workspace = true }
|
||||
tokio = { features = [
|
||||
"macros",
|
||||
"sync",
|
||||
"macros",
|
||||
"sync",
|
||||
], workspace = true, default-features = true }
|
||||
tokio-stream = { workspace = true }
|
||||
unsigned-varint = { features = [
|
||||
"asynchronous_codec",
|
||||
"futures",
|
||||
"asynchronous_codec",
|
||||
"futures",
|
||||
], workspace = true }
|
||||
void = { workspace = true }
|
||||
wasm-timer = { workspace = true }
|
||||
@@ -98,13 +98,13 @@ bizinikiwi-test-runtime = { workspace = true }
|
||||
bizinikiwi-test-runtime-client = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
tokio = { features = [
|
||||
"macros",
|
||||
"rt-multi-thread",
|
||||
"macros",
|
||||
"rt-multi-thread",
|
||||
], workspace = true, default-features = true }
|
||||
tokio-util = { features = ["compat"], workspace = true }
|
||||
|
||||
criterion = { workspace = true, default-features = true, features = [
|
||||
"async_tokio",
|
||||
"async_tokio",
|
||||
] }
|
||||
|
||||
[build-dependencies]
|
||||
@@ -113,12 +113,12 @@ prost-build = { workspace = true }
|
||||
[features]
|
||||
default = []
|
||||
runtime-benchmarks = [
|
||||
"pezsc-block-builder/runtime-benchmarks",
|
||||
"pezsc-client-api/runtime-benchmarks",
|
||||
"pezsc-network-common/runtime-benchmarks",
|
||||
"pezsp-blockchain/runtime-benchmarks",
|
||||
"pezsp-consensus/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
||||
"bizinikiwi-test-runtime/runtime-benchmarks",
|
||||
"pezsc-block-builder/runtime-benchmarks",
|
||||
"pezsc-client-api/runtime-benchmarks",
|
||||
"pezsc-network-common/runtime-benchmarks",
|
||||
"pezsp-blockchain/runtime-benchmarks",
|
||||
"pezsp-consensus/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
||||
"bizinikiwi-test-runtime/runtime-benchmarks",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user