1// dsc places `#[cfg(test)] mod tests` next to the code it covers rather than
2// at end-of-file, so allow that arrangement crate-wide (purely organizational).
3#![allow(clippy::items_after_test_module)]
45pub mod api;
6pub mod cli;
7pub mod commands;
8pub mod config;
9pub mod utils;