Dietrich
fc9b18141f
This is now a workspace consisting of: * the pslink app (a wasm frontend for the admin interface) * the pslink binary * shared - modules for communication between the two above.
6 lines
105 B
Rust
6 lines
105 B
Rust
use actix_web_static_files::resource_dir;
|
|
|
|
fn main() {
|
|
resource_dir("./static/").build().unwrap();
|
|
}
|