chore: Add description to Cargo.toml for GUI

This commit is contained in:
binarybaron 2024-08-09 15:26:26 +02:00
parent 8cb1e8aff0
commit 630f4c6f23
No known key found for this signature in database
GPG key ID: 99B75D3E1476A26E
5 changed files with 109 additions and 17 deletions

View file

@ -77,6 +77,7 @@ fn setup<'a>(app: &'a mut tauri::App) -> Result<(), Box<dyn std::error::Error>>
.set(Arc::new(context))
.expect("Failed to initialize cli context");
});
Ok(())
}