makepad/apps/flow-server/Cargo.toml
Admin 13f935911a flow: the server host (state thread, two planes over bounded_http, definition routes, events long-poll, lock/listen/token files, watcher) and the client (fail-closed connect, session, subscriber, embed policy); apps/flow-server bin and the flow-ui shell that hosts the server in-process
The two lanes were written blind against the same wire spec; the seams were
reconciled by hand: one FlowSummary, an optional graph on a definition, the
epoch-stamped string event cursor, and strict_json::parse_depth for bodies
that nest deeper than the default cap.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-03 16:55:59 +02:00

8 lines
171 B
TOML

[package]
name = "makepad-flow-server"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
makepad-flow = { path = "../../libs/flow", features = ["host"] }