fabro/lib
Bryan Helmkamp d863b54ac0
fix(server): embed git SHA and build date in server binary
The server used option_env!() for FABRO_GIT_SHA and FABRO_BUILD_DATE,
but no build.rs set them — so `fabro version` always showed "unknown".
Add a build.rs to fabro-server (matching fabro-cli's) and remove the
Sandbox line from `fabro system info`.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 20:08:45 -04:00
..
crates fix(server): embed git SHA and build date in server binary 2026-04-14 20:08:45 -04:00
packages/fabro-api-client feat(cli): add fabro version command 2026-04-14 16:30:53 -04:00