4 lines
47 B
Rust
4 lines
47 B
Rust
|
|
mod runner;
|
||
|
|
|
||
|
|
pub(crate) use runner::run_build;
|