mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 00:07:55 +00:00
4 lines
77 B
Rust
4 lines
77 B
Rust
|
|
fn main() {
|
||
|
|
uniffi::generate_scaffolding("src/commands.udl").unwrap();
|
||
|
|
}
|