mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 11:31:05 +00:00
7619fea80f
* Replace sp-core dependency with more primitive crates * Remove BoundedVec half-impls in xcm * Fixes * Bump bounded-collections * Address review comments * Bump bounded-collections * Fix benchmarks * Fixes * Fixes * cargo fmt * Fix tests * Update url * Bump url to 2.3.1 * Bump anyhow * Use bounded-collections in pallet-xcm * Update substrate
23 lines
713 B
TOML
23 lines
713 B
TOML
[package]
|
|
name = "zombienet-backchannel"
|
|
description = "Zombienet backchannel to notify test runner and coordinate with malus actors."
|
|
license = "GPL-3.0-only"
|
|
readme = "README.md"
|
|
publish = false
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.24.2", default-features = false, features = ["macros", "net", "rt-multi-thread", "sync"] }
|
|
url = "2.3.1"
|
|
tokio-tungstenite = "0.17"
|
|
futures-util = "0.3.23"
|
|
lazy_static = "1.4.0"
|
|
parity-scale-codec = { version = "3.3.0", features = ["derive"] }
|
|
reqwest = "0.11"
|
|
thiserror = "1.0.31"
|
|
gum = { package = "tracing-gum", path = "../gum/" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1"
|