fabro/lib/apps/fabro-server
Scott Werner eb54a8d0f8 Forward fabro-store/test-support through dependent test-support features
fabro-workflow's and fabro-server's src/test_support.rs import
fabro_store::test_support, but their test-support features never enabled
fabro-store/test-support. Workspace builds passed only through feature
unification from other members' dev-dependencies, while per-crate builds
such as `cargo check -p fabro-cli --tests` or
`cargo check -p fabro-server --features test-support` failed with E0432.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-24 14:02:35 -04:00
..
migrations refactor: organize crates into three layers 2026-07-23 17:59:34 -04:00
src Simplify blob activation and share the test store fixture 2026-08-24 14:02:35 -04:00
tests Simplify blob activation and share the test store fixture 2026-08-24 14:02:35 -04:00
build.rs refactor: organize crates into three layers 2026-07-23 17:59:34 -04:00
Cargo.toml Forward fabro-store/test-support through dependent test-support features 2026-08-24 14:02:35 -04:00