mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-04-11 13:43:08 +00:00
19 lines
771 B
TOML
19 lines
771 B
TOML
|
|
[package]
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
name = "pubsub-runtime-ext"
|
||
|
|
version.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
async-trait = { workspace = true }
|
||
|
|
futures-util = "0.3"
|
||
|
|
reqwest = { workspace = true, features = ["json"] }
|
||
|
|
serde = { workspace = true }
|
||
|
|
serde_json = { workspace = true }
|
||
|
|
testing-framework-core = { workspace = true }
|
||
|
|
testing-framework-runner-compose = { workspace = true }
|
||
|
|
testing-framework-runner-k8s = { workspace = true }
|
||
|
|
testing-framework-runner-local = { workspace = true }
|
||
|
|
tokio = { workspace = true, features = ["full"] }
|
||
|
|
tokio-tungstenite = "0.24"
|