mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 17:30:23 +08:00
refactor: extract provider pool abstractions
This commit is contained in:
14
crates/aether-provider-pool/Cargo.toml
Normal file
14
crates/aether-provider-pool/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "aether-provider-pool"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Provider-specific pool behavior adapters for Aether"
|
||||
|
||||
[dependencies]
|
||||
aether-data-contracts.workspace = true
|
||||
aether-pool-core.workspace = true
|
||||
serde_json.workspace = true
|
||||
url.workspace = true
|
||||
uuid.workspace = true
|
||||
Reference in New Issue
Block a user