stamp-cli 0.3.2

A cli tool for applying project templates
1
2
3
pub fn setup_logging() {
    tracing_subscriber::fmt().with_max_level(tracing::Level::TRACE).init();
}