mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
26 lines
650 B
TOML
26 lines
650 B
TOML
[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]
|
|
aether-ai-formats.workspace = true
|
|
aether-billing.workspace = true
|
|
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
|
|
serde_path_to_error.workspace = true
|
|
sha2.workspace = true
|
|
url.workspace = true
|
|
uuid.workspace = true
|