//! `cratestack migrate` subcommands.
//!
//! Slice 5 shipped `diff`. Issue #205 adds `baseline` (adopt an
//! already-existing database). `verify` (replay against an ephemeral
//! DB) is still unimplemented.
pub use handle_baseline;
pub use handle_diff;