Files
Aether/crates/aether-contracts/Cargo.toml

15 lines
344 B
TOML
Raw Normal View History

[package]
name = "aether-contracts"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Shared contracts for Python and Rust Aether components"
[dependencies]
bytes.workspace = true
flate2.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true