1//! Library entry point for `reinhardt-admin-cli`.
2//!
3//! Exposes internal modules so they can be invoked from integration tests
4//! and (eventually) from other tooling. The actual command-line entry
5//! point lives in `src/main.rs`.
67#![warn(missing_docs)]
89pub mod migrate_v2;