mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-10 21:20:20 +08:00
13 lines
315 B
TOML
13 lines
315 B
TOML
[package]
|
|
name = "aether-gateway-execution"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Gateway execution lifecycle and stream framing components"
|
|
|
|
[dependencies]
|
|
aether-contracts.workspace = true
|
|
bytes.workspace = true
|
|
serde_json.workspace = true
|