mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-22 17:39:12 +01:00

7 lines
185 B
Rust
7 lines
185 B
Rust
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|
// Tell ts-rs where to generate types to
|
|
println!("cargo:rustc-env=TS_RS_EXPORT_DIR=../../src-web/gen");
|
|
|
|
Ok(())
|
|
}
|