mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 06:30:50 +01:00
8 lines
158 B
Rust
8 lines
158 B
Rust
mod generator;
|
|
|
|
fn main() {
|
|
generator::table_names::generate_table_names();
|
|
generator::rust_types::generate_rust_types();
|
|
tauri_build::build();
|
|
}
|