crabidy/cbd-tui
Test User 58f7f9c66b Bundle server and TUI into a single cbd binary
crabidy-server and cbd-tui become libraries with thin mains:
crabidy_server::serve(addr) hosts the whole server stack,
cbd_tui::run(config) the client loops. The new cbd binary logs both
halves to one file, starts the server in-process, waits for the socket
(adopting an already-running standalone server on an occupied port),
and runs the TUI against it over the unchanged localhost gRPC wire.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-21 14:15:47 +02:00
..
src Bundle server and TUI into a single cbd binary 2026-07-21 14:15:47 +02:00
Cargo.lock Add cbd-tui 2023-05-17 19:08:48 +02:00
Cargo.toml Overhaul tracing: fix span misattribution, broaden coverage 2026-07-19 21:48:00 +02:00
schema.graphql Add cbd-tui 2023-05-17 19:08:48 +02:00