Files
Aether/crates/aether-usage-runtime/Cargo.toml

19 lines
500 B
TOML
Raw Normal View History

[package]
name = "aether-usage-runtime"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Usage runtime shared types and queue primitives extracted from aether-gateway"
[dependencies]
aether-contracts.workspace = true
aether-data.workspace = true
aether-data-contracts.workspace = true
async-trait.workspace = true
base64.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tracing.workspace = true