Files
Aether/crates/aether-data-contracts/Cargo.toml
2026-04-26 23:59:53 +08:00

15 lines
380 B
TOML

[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]
aether-ai-formats.workspace = true
async-trait.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true