Expand description
Application and library surface for oh-my-todo.
The published crate provides the shared application core used by the todo
binary, including storage, domain modeling, CLI parsing, and Ratatui TUI
modules.
Re-exports§
pub use application::bootstrap::AppContext;pub use application::bootstrap::BootstrapOptions;pub use application::bootstrap::bootstrap;