//! Auxiliary binary for creating a self-snapshot of the srcdmp project itself.
//!
//! Walks the project root, applies `.gitignore` and ignores the `datafeeder/`
//! directory, then writes the snapshot to the `dump/` directory with a
//! date-stamped filename derived from `Cargo.toml`.
use ;