pagetop/pagetop-bootsier/build.rs

7 lines
168 B
Rust

use pagetop_build::StaticFilesBundle;
fn main() -> std::io::Result<()> {
StaticFilesBundle::from_dir("./static")
.with_name("bootsier")
.build()
}