18 lines
506 B
TOML
18 lines
506 B
TOML
[package]
|
|
name = "clusterflux-client"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
base64.workspace = true
|
|
clusterflux-control = { path = "../clusterflux-control" }
|
|
clusterflux-core = { path = "../clusterflux-core" }
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
thiserror.workspace = true
|
|
tokio = { workspace = true, features = ["sync", "time"] }
|
|
|
|
[dev-dependencies]
|
|
clusterflux-coordinator = { path = "../clusterflux-coordinator" }
|