Skip to main content

stonktop/
lib.rs

1// Public surface for integration and e2e tests.
2// The binary entry point (main.rs) owns the TUI plumbing; this crate exposes
3// only the modules needed for testing without pulling in the terminal setup.
4pub mod api;
5pub mod app;
6pub mod cli;
7pub mod config;
8pub mod models;
9pub mod ui;