mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-13 06:30:20 +08:00
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.
20 lines
480 B
TOML
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
|