2026-04-09 00:10:38 +08:00
|
|
|
[package]
|
|
|
|
|
name = "aether-admin"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
description = "Shared admin contracts and pure helpers for Aether"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-04-26 21:47:01 +08:00
|
|
|
aether-ai-formats.workspace = true
|
2026-04-10 17:44:55 +08:00
|
|
|
aether-billing.workspace = true
|
2026-04-09 00:10:38 +08:00
|
|
|
aether-contracts.workspace = true
|
|
|
|
|
aether-data.workspace = true
|
|
|
|
|
aether-data-contracts.workspace = true
|
|
|
|
|
axum.workspace = true
|
|
|
|
|
base64.workspace = true
|
|
|
|
|
chrono.workspace = true
|
|
|
|
|
http.workspace = true
|
|
|
|
|
reqwest.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
2026-04-11 23:10:25 +08:00
|
|
|
serde_path_to_error.workspace = true
|
2026-04-09 00:10:38 +08:00
|
|
|
sha2.workspace = true
|
|
|
|
|
url.workspace = true
|
|
|
|
|
uuid.workspace = true
|