mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
15 lines
380 B
TOML
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
|