enwiro-gui 0.1.5

Local web GUI for enwiro: a single binary that serves an embedded React SPA to the browser
enwiro-gui-0.1.5 is not a library.

enw-gui: a single binary that serves an embedded React SPA over localhost, plus a typed /api (utoipa/OpenAPI) backed by the enwiro daemon + on-disk environment metadata.

The frontend lives in web/ and is built by Vite into web/dist, which rust-embed bakes into the binary at compile time.

enw-gui --dump-openapi prints the OpenAPI document and exits — used by the frontend codegen step (@hey-api/openapi-ts).