Files
Aether/crates/aether-billing/Cargo.toml
T
elky ecc16673eb fix: harden concurrency limits and high-RPM runtime paths
Bound request, stream, queue, and shutdown resource lifetimes. Reduce scheduler and Redis hot-path work and isolate database maintenance. Include regression coverage, load probes, and concurrency audit results.
2026-09-10 08:14:58 +08:00

20 lines
480 B
TOML

[package]
name = "aether-billing"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Shared billing domain core for Aether Rust migration"
[dependencies]
aether-data-contracts.workspace = true
aether-usage-runtime.workspace = true
async-trait.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tokio.workspace = true
[dev-dependencies]
aether-runtime-state.workspace = true