mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
- 引入 serde_path_to_error,反序列化失败时返回精确字段路径 - 为所有浮点字段新增数字字符串兼容反序列化器,支持 Python 序列化格式 - 修复 OAuth provider key 导入:正确写入加密的 api_key 和 auth_config - 优化代理节点跳过提示,区分手动 URL 代理与 node_id 引用代理 - 新增测试覆盖上述场景
25 lines
615 B
TOML
25 lines
615 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-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
|