snapshot before rebranding

This commit is contained in:
2025-12-14 07:37:21 +03:00
parent 5520d491a5
commit 09735eb97a
1752 changed files with 58116 additions and 15986 deletions
@@ -7,6 +7,9 @@ version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
documentation = "https://docs.rs/zombienet-backchannel"
repository = { workspace = true }
homepage = { workspace = true }
[lints]
workspace = true
@@ -19,10 +22,10 @@ serde = { features = ["derive"], workspace = true, default-features = true }
serde_json = { workspace = true, default-features = true }
thiserror = { workspace = true }
tokio = { features = [
"macros",
"net",
"rt-multi-thread",
"sync",
"macros",
"net",
"rt-multi-thread",
"sync",
], workspace = true }
tokio-tungstenite = { workspace = true }