Files
Aether/crates/aether-billing/Cargo.toml

17 lines
422 B
TOML
Raw Normal View History

[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