Archived
1
0
This repository has been archived on 2025-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
Pslink/build.rs
2021-02-04 15:07:55 +01:00

6 lines
104 B
Rust

use actix_web_static_files::resource_dir;
fn main() {
resource_dir("./static").build().unwrap();
}