gradatum-admin 0.0.2

CLI ops — init/migrate/backup/restore + vault lifecycle + api-key management (Auth Path 2, alpha.5)
1
2
3
4
5
6
7
8
9
10
11
12
13
//! CLI ops — init/migrate/backup/restore + vault lifecycle + api-key management (Auth Path 2, alpha.5)
//!
//! ## Status
//!
//! Placeholder v0.0.2. Source code private until v1.0 public release.
//! See <https://gradatum.org> for project context and roadmap.

fn main() {
    println!(
        "gradatum-admin v{} — placeholder. See https://gradatum.org for roadmap.",
        env!("CARGO_PKG_VERSION")
    );
}