[zombinet] initial implementation of zombienet backchannel (#4377)

This commit is contained in:
Javier Viola
2022-01-07 13:48:10 -03:00
committed by GitHub
parent d5cb81a62a
commit c03e60baa0
5 changed files with 430 additions and 1 deletions
@@ -0,0 +1,22 @@
[package]
name = "zombienet-backchannel"
description = "Zombienet backchannel to notify test runner and coordinate with malus actors."
license = "GPL-3.0-only"
version = "0.9.13"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
readme = "README.md"
publish = false
[dependencies]
tokio = { version = "1.0.0", default-features = false, features = ["macros", "net", "rt-multi-thread", "sync"] }
url = "2.0.0"
tokio-tungstenite = "0.16"
futures-util = "0.3.18"
lazy_static = "1.4.0"
parity-scale-codec = { version = "2.3.1", features = ["derive"] }
reqwest = "0.11"
thiserror = "1.0.30"
tracing = "0.1.26"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"