mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
26 lines
704 B
TOML
26 lines
704 B
TOML
|
|
[package]
|
||
|
|
name = "aether-testkit"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
repository.workspace = true
|
||
|
|
description = "Shared integration test helpers for Aether Rust services"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
async-stream.workspace = true
|
||
|
|
aether-data.workspace = true
|
||
|
|
aether-contracts.workspace = true
|
||
|
|
aether-gateway.workspace = true
|
||
|
|
aether-http.workspace = true
|
||
|
|
aether-runtime.workspace = true
|
||
|
|
axum.workspace = true
|
||
|
|
bytes.workspace = true
|
||
|
|
http.workspace = true
|
||
|
|
futures-util.workspace = true
|
||
|
|
reqwest.workspace = true
|
||
|
|
serde.workspace = true
|
||
|
|
serde_json.workspace = true
|
||
|
|
sqlx.workspace = true
|
||
|
|
tokio.workspace = true
|
||
|
|
tokio-tungstenite = { version = "0.28", features = ["rustls-tls-webpki-roots"] }
|