Skip to main content

reinhardt_admin_cli/
lib.rs

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`.
6
7#![warn(missing_docs)]
8
9pub mod migrate_v2;