4 lines
84 B
Rust
4 lines
84 B
Rust
fn main() {
|
|
println!("cargo:rustc-env=LEPTOS_OUTPUT_NAME=rustui_playground");
|
|
}
|