Skip to main content

fse_cli/
lib.rs

1//! Library behind the `fse` binary, split out so the migrate flow is
2//! integration-testable without spawning the binary.
3
4pub mod config;
5pub mod migrate;
6pub mod modules;
7pub mod prepare;