2026-03-24 15:12:56 +08:00
|
|
|
[package]
|
|
|
|
|
name = "aether-runtime"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
description = "Shared runtime/bootstrap helpers for Aether Rust services"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
async-stream.workspace = true
|
|
|
|
|
axum = { version = "0.8" }
|
2026-04-05 20:23:16 +08:00
|
|
|
chrono.workspace = true
|
2026-03-24 15:12:56 +08:00
|
|
|
futures-util.workspace = true
|
|
|
|
|
redis.workspace = true
|
2026-04-05 20:23:16 +08:00
|
|
|
serde_json.workspace = true
|
|
|
|
|
sha2.workspace = true
|
2026-03-24 15:12:56 +08:00
|
|
|
thiserror.workspace = true
|
|
|
|
|
tokio.workspace = true
|
|
|
|
|
tracing.workspace = true
|
|
|
|
|
tracing-subscriber.workspace = true
|
|
|
|
|
url.workspace = true
|
|
|
|
|
uuid.workspace = true
|