//! mc-snap: declarative Minecraft server management.
//!
//! This crate ships both a binary (`mc-snap`) and a library surface used by
//! integration tests. The module layout mirrors the original multi-crate split:
//! `yml`/`lock`/`cache`/`download`/`paths`/`snapshot`/`proclock`/`state`/`traits`
//! are the core types; `providers` and `loaders` are the pluggable resolvers;
//! `runtime` handles process and Java management; `commands`/`compat`/
//! `orchestrate`/`props` implement the CLI surface.
pub use ;