orca-control 0.2.8

Control plane: API server, reconciler, and cluster state management
Documentation
1
2
3
4
5
6
fn main() {
    // Control plane binary — will be integrated into the main orca binary.
    // Kept as a separate crate for modularity during development.
    // See orca-cli `orca server` for the real entry point.
    println!("orca-control: use `orca server` instead");
}