mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-12 06:00:20 +08:00
补齐 aether-integration-tests 的 responses_websocket_e2e 集成测试, 并把 CI 的 scenario 任务从 --bins 改为 --bins --tests,否则该套件 不会被执行。
29 lines
920 B
TOML
29 lines
920 B
TOML
[package]
|
|
name = "aether-integration-tests"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Gateway-backed integration scenarios and benchmark binaries"
|
|
|
|
[dependencies]
|
|
async-stream.workspace = true
|
|
aether-contracts.workspace = true
|
|
aether-crypto.workspace = true
|
|
aether-data.workspace = true
|
|
aether-data-contracts.workspace = true
|
|
aether-gateway = { workspace = true, features = ["testkit"] }
|
|
aether-runtime-state.workspace = true
|
|
aether-testkit = { workspace = true, features = ["gateway", "postgres"] }
|
|
axum.workspace = true
|
|
futures-util.workspace = true
|
|
http.workspace = true
|
|
reqwest.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
sha2.workspace = true
|
|
sqlx = { workspace = true, features = ["postgres"] }
|
|
tokio.workspace = true
|
|
tokio-tungstenite = { version = "0.28", features = ["rustls-tls-webpki-roots"] }
|
|
uuid.workspace = true
|