tauri-queue 0.3.0

Tauri integration for agent-queue background job processing
Documentation
1
2
3
4
5
6
7
# Changelog

## [Unreleased]
### Fixed
- [TQ-1] Silent event emission failure: replaced `let _ = emit(...)` with `tracing::debug!` on error
### Added
- `tracing` dependency for emit error logging