aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/command/contributors.rs
blob: b2a415222670c1a847c0df6d088c4e2438c7d0f9 (plain) (blame)
1
2
3
4
5
static CONTRIBUTORS: &str = include_str!("CONTRIBUTORS");

pub(crate) fn run() {
    println!("\n{CONTRIBUTORS}");
}