mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-03 01:40:21 +08:00
refactor: extract provider pool abstractions
This commit is contained in:
11
crates/aether-pool-core/Cargo.toml
Normal file
11
crates/aether-pool-core/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user