osproxy-control 1.0.1

Control plane: watched placement table and diagnostics directives with epoch versioning.
Documentation
[package]
name = "osproxy-control"
description = "Control plane: watched placement table and diagnostics directives with epoch versioning."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true

[dependencies]
osproxy-core.workspace = true
osproxy-spi.workspace = true
osproxy-tenancy.workspace = true
thiserror.workspace = true

[dev-dependencies]
# The control plane is now async (a distributed MigrationStore does network I/O),
# so the control-plane tests drive it on a small current-thread runtime.
tokio = { workspace = true, features = ["macros", "rt"] }

[lints]
workspace = true