mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-16 18:55:42 +00:00
d631f1dea8
* add some gum * bump expander * gum * fix all remaining issues * last fixup * Update node/gum/proc-macro/src/lib.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * change * netowrk * fixins * chore * allow optional fmt str + args, prep for expr as kv field * tracing -> gum rename fallout * restrict further * allow multiple levels of field accesses * another round of docs and a slip of the pen * update ADR * fixup lock fiel * use target: instead of target= * minors * fix * chore * Update node/gum/README.md Co-authored-by: Andrei Sandu <54316454+sandreim@users.noreply.github.com> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: Andrei Sandu <54316454+sandreim@users.noreply.github.com>
23 lines
726 B
TOML
23 lines
726 B
TOML
[package]
|
|
name = "zombienet-backchannel"
|
|
description = "Zombienet backchannel to notify test runner and coordinate with malus actors."
|
|
license = "GPL-3.0-only"
|
|
version = "0.9.18"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
readme = "README.md"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.17.0", default-features = false, features = ["macros", "net", "rt-multi-thread", "sync"] }
|
|
url = "2.0.0"
|
|
tokio-tungstenite = "0.17"
|
|
futures-util = "0.3.21"
|
|
lazy_static = "1.4.0"
|
|
parity-scale-codec = { version = "3.1.0", features = ["derive"] }
|
|
reqwest = "0.11"
|
|
thiserror = "1.0.30"
|
|
gum = { package = "tracing-gum", path = "../gum/" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1"
|