mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-01 17:00:21 +08:00
18 lines
472 B
TOML
18 lines
472 B
TOML
[package]
|
|
name = "aether-scheduler-core"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Pure scheduler health and quota logic extracted from aether-gateway"
|
|
|
|
[dependencies]
|
|
aether-ai-formats.workspace = true
|
|
aether-contracts.workspace = true
|
|
aether-data-contracts.workspace = true
|
|
aether-wallet.workspace = true
|
|
regex.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
sha2.workspace = true
|