2026-04-07 02:50:19 +08:00
|
|
|
[package]
|
|
|
|
|
name = "aether-data-contracts"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
description = "Shared data contracts and repository traits for Aether Rust services"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-04-26 21:47:01 +08:00
|
|
|
aether-ai-formats.workspace = true
|
2026-05-18 11:03:49 +08:00
|
|
|
aether-routing-core.workspace = true
|
2026-04-07 02:50:19 +08:00
|
|
|
async-trait.workspace = true
|
2026-05-05 18:27:36 +08:00
|
|
|
chrono.workspace = true
|
2026-04-07 02:50:19 +08:00
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
thiserror.workspace = true
|