mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
15 lines
364 B
TOML
15 lines
364 B
TOML
[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
|