mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-10 05:00:19 +08:00
16 lines
407 B
TOML
16 lines
407 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
|
|
aether-provider-transport.workspace = true
|
|
serde_json.workspace = true
|
|
url.workspace = true
|
|
uuid.workspace = true
|