mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
12 lines
302 B
TOML
12 lines
302 B
TOML
[package]
|
|
name = "aether-pool-core"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Provider-independent pool scheduling and scoring primitives for Aether"
|
|
|
|
[dependencies]
|
|
aether-data-contracts.workspace = true
|
|
serde_json.workspace = true
|