corge/command/
run.rs

1use crate::cli::BuildArgs;
2
3pub fn run(build_args: BuildArgs) {
4    todo!("Running project is not implemented yet")
5}