1
2
3
4
5
6
7
8
//! Subcommand modules.
//!
//! Each of the program's subcommand logic is in a separate module here.
//!
//! Subfolders in the source tree contain resource files.

pub mod graph;
pub mod profile;