Speed up initial folder listing by checking each subfolder for the .onyx-workspace.json marker in parallel instead of sequentially. This uses futures::future::join_all to run multiple PROPFIND/list_files calls concurrently, reducing latency when detecting workspaces across many subdirectories. Also add the futures 0.3 dependency to the Tauri Cargo.toml and lockfile so the async utilities are available. |
||
|---|---|---|
| .. | ||
| capabilities | ||
| icons | ||
| src | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| tauri.conf.json | ||