mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-08-07 07:13:14 +00:00
12 lines
345 B
TOML
12 lines
345 B
TOML
[package]
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
name = "multi-app-e2e"
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
multi-app-fixture = { path = "../fixture" }
|
|
testing-framework-app = { workspace = true }
|
|
testing-framework-core = { workspace = true }
|
|
tokio = { workspace = true, features = ["full"] }
|