chore: move command parser into crates

This commit is contained in:
dusk 2025-01-03 20:19:50 +09:00
parent 7bd50db63e
commit 63a35c78ac
No known key found for this signature in database
7 changed files with 0 additions and 0 deletions

3
crates/commands/build.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
uniffi::generate_scaffolding("src/commands.udl").unwrap();
}