aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/lib.rs
blob: 8b2561243cf271f678bfde8a5681eb9c23dd37db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
use mingling::macros::gen_program;

pub mod diagnostic;
pub mod errors;
pub mod linter;
pub mod lints;
pub mod message;
pub mod metadata;
pub mod pkg_mgr;
pub mod proj_mgr;
pub mod utils;

gen_program!();