mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 02:30:11 +00:00
init rust command parser
This commit is contained in:
parent
32a6e97342
commit
c3cc5c9d03
15 changed files with 968 additions and 27 deletions
3
lib/commands/build.rs
Normal file
3
lib/commands/build.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
uniffi::generate_scaffolding("src/commands.udl").unwrap();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue