fabro/lib/crates/fabro-api
Bryan Helmkamp 8b52e92d4c Fix workspace build by removing unnecessary exedev feature from fabro-api
fabro-api doesn't use `SandboxProvider::Exe` but was unconditionally
enabling `exedev` on fabro-workflows. Cargo feature unification made
the `Exe` variant exist while fabro-cli's cfg-gated match arms were
inactive, causing non-exhaustive pattern errors in workspace builds.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 08:52:28 -04:00
..
src Move workflow CLI ownership into fabro-cli 2026-03-18 09:31:11 -04:00
tests Move workflow CLI ownership into fabro-cli 2026-03-18 09:31:11 -04:00
Cargo.toml Fix workspace build by removing unnecessary exedev feature from fabro-api 2026-03-19 08:52:28 -04:00